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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...