I want to restrict direct access to the file stored in the bucket because currently, when I paste the file URL into a browser, I can download the file. Additionally, I have a relationship in my collection, and when I list documents, I receive the complete tree. I only want to query the first collection and, based on certain conditions, fetch the subsequent document from the relationship.
Recommended threads
- Empty file uploaded using sdk-for-node
I am trying to upload a file using below code on storage. It uploads a file with `mimeType: 'application/x-empty'` and 0 size. Actual file is not uploaded. What...
- Query.select() vs GraphQL
Hi, I am quite new in the Appwrite environment and could someone lighten me up on what is the difference between request with GraphQL and Query.select() it seem...
- How to make a count-down on document?
I have a document that i want to archive after 24h from the moment it was created. How do I do that ? Also assuming my application will accept thousands of po...