
i used getFileView but the return type of it is always unit8list, in web it will have the url inside the href but in flutter there is no way to find it.

Doesn’t getFileView()
return the file itself? Not a link to the file.

In Web it does return a URL, but not in Flutter, I think

yeah that is the problem like, why does not retrieve the same data as web ?

If you want the url, you could just build it by adding the file ID to it and the project ID

ohh yeah i just realized that thank you so much.

If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title

[SOLVED] guys how can i get back url from flutter.
Recommended threads
- NullReferenceException whenever I call s...
I hope you’re doing well. I’m encountering a NullReferenceException: Object reference not set to an instance of an object. whenever I call storage.CreateFile(.....
- Image Loading issue in Snapgram project
Hello community, I have a issue with the Image Loading I made a Project from youtube of Snapgram, it worked perfectly 8 months ago, but now the images aren't l...
- Failing to run document operations on sd...
Could someone point me in the right direction I'm going in cirlces. I have a problem with sdks and my self-hosted server in production (for ~3 years) I have bee...
