mangOH upload a file to Dropbox

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.

:sunglasses:

I guess other services would be similar …

To expand on what @awneil said, you could use libcurl to make the HTTP requests to dropbox.

1 Like