
I use self-hosted 1.7.4 version.
After file is uploaded to storage, it can be accessed via UI console.
If I will create file token with some expiration date, after this first token will expire, it is not possible to access this file in UI console.
I get Invalid Argument. Server Error
It is still possible to access file through functions or CLI: generate more tokens/download it or delete it.
If I will try to list tokens for file through CLI, I will get:
AppwriteException [Error]: Server Error
at Client.call (/Users/username/.nvm/versions/node/v22.12.0/lib/node_modules/appwrite-cli/lib/client.js:214:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async tokensList (/Users/username/.nvm/versions/node/v22.12.0/lib/node_modules/appwrite-cli/lib/commands/tokens.js:66:16) {
code: 500,
response: 'general_unknown'
}
Recommended threads
- Image does not display on react-native/e...
I'm watching and learning react-native/expo + appwrite from a tutorial. So, in this tutorial, some images are retrieved from the appwrite storage and displayed ...
- Any example for using Appwrite with Verc...
Can not find an example on this.
- AppwriteException Network request failed...
I'm watching a react native / expo tutorila that uses Appwrite as it's backend for its database. So, in this tutorial, there is implementing the seed functional...
