I imported my appwrite project with import data in the migrations, and naturally it doesn't import the API keys. Problem is lots of devices (Access Gates) connected to DB with that API KEY that I can't import. And I cant just create a new one because it needs to be the same secret so I tried to do it with the CLI yet I get "Error Access to this API is forbidden" when I try to run "appwrite console variables". Is what I am trying to is possible? Can you help me? Thanks.
Looks like the endpoint for appwrite console variables is only accessible from the Console SDK. But anyway, appwrite console variables is not for Project variables - that's appwrite project listVariables
But ether way, this doesn't really help you much. Project variables aren't really what you need here. To my understanding, no, there's no way to tell Appwrite to use a custom value as an API key
Thanks for the answer!
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...