[SOLVED] I can still get and download the file even after successfully deleted it from bucket.
- 0
- Web
- Storage
Hi, is this an expected behavior? I deleted my file using deleteFile. I tried to getFilePreview that deleted file by passing the Id (I kept a copy of it before deleting). Im not sure if it is expected but somehow I can still preview and even download that file even if it's already deleted from the bucket, I only need to pass the ID of those deleted files. Btw, Im using Client SDK and Cloud
I can still get and download the file even after successfully deleted it from bucket.
It might still be cached? Although Iβm under the impression that any deletion should trigger a cache refresh
@ideclon ah yes. I just checked, it's now gone. π
[SOLVED] I can still get and download the file even after successfully deleted it from bucket.
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...
- 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...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...