Hi,
I am looking for a solution to upload files to Dropbox using Dropbox API. Is it possible on mangOH Red? Has anyone tried something similar, uploading directly to any other cloud storage like OneDrive or others? Appreciate your suggestions.
Thanks Madan
The Dropbox API v2 is a set of HTTP endpoints that help your app integrate with Dropbox HTTP - Developers - Dropbox
So it’s just a matter of doing HTTP requests.
I guess other services would be similar …
To expand on what @awneil said, you could use libcurl to make the HTTP requests to dropbox.