Category "dropbox-api"

How to correctly implement refresh token with Dropbox Python SDK?

I'm trying to use the Dropbox Python SDK but was continually running into an issue of the short lived access token expiring. I think I finally found a solution

How to regenerate expired Dropbox access token of customer (end user)?

We have few customers (end users) for whom we have recently started observing expired Dropbox access token as follows: Error DropboxApi::Errors::HttpError : HT

How do you get and use a Refresh Token for the Dropbox API (Python 3.x)

As the title says, I am trying to generate a refresh token, and then I would like to use the refresh token to get short lived Access tokens. There is a problem

How to upload ZipFile to Dropbox using Python?

I am trying to upload a .zip file to Dropbox using the Dropbox API for python. But this method seems to fail. Can anyone please help me with this?