Excited to see the Google Drive automatic backup function.
For those of us who prefer to integrate into existing workflows, please can we have an API method to get a backup in the same format (zipped JSON files).
Excited to see the Google Drive automatic backup function.
For those of us who prefer to integrate into existing workflows, please can we have an API method to get a backup in the same format (zipped JSON files).
We won’t be able to do that. The backup needs to run in an asynchronous background queue and isn’t a real time action.
Thanks for responding.
Fully real time data isn’t important to me - a “fetch latest daily batch backup” method would be sufficient.
Basically, anything that’s cleaner than paginating through each of collection/history/watchlist and manually applying formats.
The backup is created then uploaded. We don’t keep it around to send over the API like you are proposing.
Understood.
How about the existing CSV function on the history/collection/watchlist? Can that be exposed via API?
Unfortunately no, the api is JSON only.