As per ,
I'm developing an application and part of it's functionality is to run a sort of CRUD on directories and files through an IOS application, which based on the answer of the previous question will be done through the CORD using requestFileSystem .
The application uses the IONIC framework, which in turn uses Cordova and AngularJS features.
The question now is whether to synchronize this "CRUD" into the cloud as a form of backup. For example with an API.
Then I would like to know:
Can I use a server like Google Drive, OneDrive, Dropbox, or others for this functionality?
If yes, how can I do it?
Please note that the files will first be created by the application through requestFileSystem and later stored on one of these servers or can only be created and manipulated directly on the server by disregarding the requestFileSystem >.