Having trouble downloading the photos I've uploade...
# help
d
Having trouble downloading the photos I've uploaded to storage. When uploading
Copy code
final StorageResponse<String> res = await _supabase.client.storage.from('profile-pictures').upload('uuid/0', file,
        fileOptions: const FileOptions(upsert: true));
    return res.data;
res.data shows
profile-pictures/uuid/0
When I then go to download that file
Copy code
final  StorageResponse<Uint8List> res = await _supabase.client.storage.from('profile-pictures').download("uuid/0");
    return res.data;
res.data says 404
n
Hello @DanMossa! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
🆕 Getting 404 when downloading from storage
Thread was archived by @DanMossa. Anyone can send a message to unarchive it.
Getting 404 when downloading from storage