hi dear this line of code cause me an error StorageReference filePath = storageReference.child("Photos").child(uri.getLastPathSegment()) ; just in capture case so why , how to solve it
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1, result=-1, data=Intent { act=inline-data (has extras) }} to activity {}: java.lang.ClassCastException: android.graphics.Bitmap cannot be cast to android.net.Uri i am getting this error
Really,it is very nice video !Working Successfully.Thank You.
getDownloadUrl error
upload thingy
hi dear this line of code cause me an error
StorageReference filePath = storageReference.child("Photos").child(uri.getLastPathSegment()) ;
just in capture case so why , how to solve it
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1, result=-1, data=Intent { act=inline-data (has extras) }} to activity {}: java.lang.ClassCastException: android.graphics.Bitmap cannot be cast to android.net.Uri i am getting this error
where is part 15 ? I want to retrieve my image plz reply..
Thanks, it helps me a lot!
nice tutorial but source code would be extra nice
Uri cannot be null an exception is coming..how can i resolve it?
taskSnapshot.getBytesTransferred();
taskSnapshot.getMetadata();
taskSnapshot.getTotalByteCount();
taskSnapshot.getUploadSessionUri();
these above four methods are available but what about getDownload() method? It's not available. 🙁
Please help.
Inside OnSuccess getDownload() does not resolving. Why? Please help.
Hello, can you please provide code to download image or PDF to internal storage of device?
Does this still work?
Error:
cannot resolve symbol uri — How can i solve this?
hello TVAC Studio ! thank your post video .but i can't get data of uri. why data.getData()=null ? help me please!!!
when uploaded i want to get this picture on another activity
i've got some problem " Inactivity, disconnecting from the service " . Help me please , Thank you
Whick mac did u use… I mean modal…
because new version remove the .getDownloadUrl()
so i find the another video to use these functions.
check this:https://www.youtube.com/watch?v=gqIWrNitbbk
Hi !
I have a questions …
My App captures the image but doesn´t save it in Firebase Storage and the app is closed.
Could you help me, please?
Sir after clicking the picture , my app crashes and no picture is uploading … please help
i capture my image but can't upload image in firebase so please explain how to find it
how to take whole images from firebase is that possible
donk work error in storage
This part is not woring properly???
could anyone suggest us?
filepath.putFile(uri).addOnSuccessListener(new OnSuccessListener<UploadTask.TaskSnapshot>() {
@Override
public void onSuccess(UploadTask.TaskSnapshot taskSnapshot) {
mProgress.dismiss();
Uri downloaduri=taskSnapshot.getDownloadUrl();
// Picasso.with(MainActivity.this).load(downloaduri).fit().centerCrop().into(mImageView);
Picasso.get().load(downloaduri).into(mImageView);
Toast.makeText(MainActivity.this,"Upoading Finished…",Toast.LENGTH_LONG).show();
}
});