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
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error