
is it possible to take download document in a single collections and restore it back using appwirte cli ?.

Best to use a server SDK to fetch it all. You can store into a json or csv file then another script to upload

i able to get json (inspect-> network tab in web) can you please point me to how to upload back i am only familiar with cli commands(like deploy functions and collections) and dart.

No I was suggesting to write something like a dart script
Recommended threads
- Type String is not a subtype of type int...
In flutter using appwrite: ^17.1.0, ```DocumentList response = await databases!.listDocuments( databaseId: "xxx", collectionId: "xxx", ...
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
