When making API calls to the Dropbox API, each request requires a certain level of authentication. If you’re using an official Dropbox SDK, it will handle these specifics for you. If you’re using the HTTP endpoints however, you’ll need to implement the right authentication type for each endpoint. The documentation for each endpoint indicates which… Continue reading Drop box Authentication types