You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you. I did it like that and it should work but, as it's impossible here to use the await typecasting,, it doesn't.
I can't use UploadTask uploadTask = storageReference.putFile(FileImage); to get url like this downloadURL = await (await uploadTask).ref.getDownloadURL();
So, I get the error Error getting App Check token; using placeholder token instead. Error: com.google.firebase.Firebase and I have to use this GRRRR Appcheck and his very very poor flutter documentation. Actually, I don't know how to implement this and I stuck with this :)
Hi there,
I found a way to get the name and fullpath of uploaded files, but I'm still searching for retrieving the url of those files.
How can I get the getDownloadURL() value ?
Thanks a lot
The text was updated successfully, but these errors were encountered: