Rank 2: Process
Can anyone help me with this ?
Votes
0
Replies
24
Participants
11
Messages
25
Rank 2: Process
Can anyone help me with this ?
Are you the owner?
Rank 2: Process
Yes i am the owner
Rank 2: Process
@INSANE Is your project using the Frankfurt region?
Rank 2: Process
Yes but i am not the developer but i want my app data i just want to export my data
cc @user Let's please make task for this, I would assume auth page to load. Readonly mode should not fail, we might be doing some write action in the background.
@INSANE If you can afford to wait, we will be working on a fix, but I cannot really promise any deadline. It might take a week or two till we pick up the frontend fix.
If you want it quickly, my best suggestion would be Appwrite CLI.
You have commands there to read any of your project's data, and with --json it will be in nice format to use later-on.
For example, exporting all users would be:
appwrite users list --json --queries='{"method":"limit","values":[10000000]}'
To get started with CLI you can refer to docs: https://appwrite.io/docs/tooling/command-line/installation
Or ask here if you hit any blocekrs
Oh and you can also easily store the data into a file
appwrite users list --json --queries='{"method":"limit","values":[10000000]}' > users.json
Ah I just noticed you are not a developer, so the commands and CLI might not really be your cup of coffee.
Let me involve @Steven here, see if we have any other processes to help with this
TLDR: We are trying to export users, but frontend bug prevents it in readonly mode
Rank 2: Process
Not only users list i also want other data like
App related to test series i need all questions data in json format
So i can use this in future
no worries, all data can be fetched this way. Users, teams, buckets, files, databases, collections..
For example, if you database ID was main and table ID profiles, you could export all with
appwrite tables-db list-rows -database-id="main" --collection-id="profiles" --json --queries='{"method":"limit","values":[10000000]}' > profiles.json
Rank 2: Process
How can i get my database id ?
Rank 2: Process
I only have project id
Oh, that screen too? 😢
Thankfully CLI can help us here as well.
To list all databases:
appwrite tables-db list --json --queries='{"method":"limit","values":[10000000]}'
And once you have database ID, you can also list table IDs inside:
appwrite tables-db list-tables --database-id="main" --json --queries='{"method":"limit","values":[10000000]}'
Rank 2: Process
Let me try with the help of chatgpt
yesss 🔥 You can also try Cursor. It's AI agent for programmers. It can also run commands on your laptop, so it might be smart enough to do everything if you give it entire history of this chat
Rank 2: Process
Can you please help me @Meldiron
Rank 2: Process
@role anyone ?
Don't ping all mods and be patient
Rank 2: Process
I need solution
Easiest thing to do would be to pay your outstanding invoices so you have access again. Otherwise, wait
Rank 2: Process
How long will I have to wait?
As a courtesy, I've cancelled your failed invoices. You should have access to your projects again.