DanMossa
03/12/2022, 12:53 AMfinal 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
final StorageResponse<Uint8List> res = await _supabase.client.storage.from('profile-pictures').download("uuid/0");
return res.data;
res.data says 404Needle
03/12/2022, 12:53 AM/title
command!
We have solved your problem?
Click the button below to archive it.Needle
03/12/2022, 12:53 AMNeedle
03/12/2022, 3:25 AMNeedle
03/12/2022, 3:25 AM