
Now let’s install Dropbox library to our project. In my case, it’s LearnDbxIn5Minutes.ĭrop some files and images into the folder, so we can access them via our API. Log in to the app with your new developer credentials and you should be able to see a folder with the same name as your newly created app. Now, let’s install the Dropbox desktop app.

In the dashboard, go to OAuth 2 section under Generated access token and click the Generate button to get an API accessToken, which we will save for later.

Choose My apps on the lefthand side of the dashboard and click Create app.Ĭhoose the following settings, and give your app a unique name. After you’ve registered, head over to the developer section. In order to build on top of Dropbox, you first need a Dropbox account. This article uses JavaScript for its examples, however, the SDKs are very similar across languages, so even if you’re for example a Python developer, it should still be relevant. In that course, you’ll learn how to build an expense organizer app using modern JavaScript.

Once you’ve read it, you can also check out our free course on the Dropbox API if you’re interested in learning more. This article will teach you the bare minimum you need to know in order to start creating apps on top of the Dropbox API.
