I have an array of ID's that correspond to images in the bucket storage. Is there a way to pull all those images at once or must i make a getFilePreview() request for each photo? I'm displaying these photos in a list view so would be sweet to pull all images at once
Fetch multiple images from storage?
regardless, you need to make multiple api calls...so you can pass the file ID into each of the widgets and have each widget concurrently fetch the data.
Alternatively, you can pass the URL into the network image widget/helper
[SOLVED] Fetch multiple images from storage?
Recommended threads
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...