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
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...