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
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...