I got here a simple question for people that used to work with cloud storage API's.
I want to set up a client/server model where the client is Android and it uploads files periodically to the cloud. The server is a desktop application (using Python) that listen for changes on a folder and that downloads files to get data.
I read about Dropbox and GDrive and I was wondering which one is easier to handle for a beginner. I have those links for Android :
https://developers.google.com/drive/quickstart-android
https://www.dropbox.com/developers/sync/start/android
The Dropbox API seems to be much more simple on the surface ! Am I wrong ?
Thanks