Bramt
Bramt

Reputation: 45

Upload to personal account with Dropbox API using Node

I'm trying to make a small node app to upload folders and zip files to my personal Dropbox account. I need to put them in a specific folder, not the 'Apps' folder they mention in their documentation.

Is there a way to do this using the Dropbox API?

Upvotes: 0

Views: 137

Answers (1)

user94559
user94559

Reputation: 60143

Yes, you can just use "Full Dropbox" permission. The details of the various app permissions are here: https://www.dropbox.com/developers/reference/devguide#app-permissions.

Upvotes: 1

Related Questions