dropbox-api Questions

2

I implemented Google and Dropbox authentication in my NestJS app within two distinct strategies. The issue is that I never get a refresh_token along with the access_token. I already tried to remov...
Berget asked 19/5, 2019 at 16:35

3

Solved

As the title says, after the recent revision of the Dropbox API, the Token started to have an expiration time.. In the past, if I did not revoke, the Token could be used permanently. Maybe the expi...
Harveyharvie asked 18/3, 2022 at 8:29

6

Solved

How can I upload a File (graphic, audio and video file) with Android using the Dropbox API to Dropbox? I followed the tutorial on the Dropbox SDK Android page and could get the sample to work. But ...
Cytoplast asked 22/3, 2012 at 9:52

2

I'm using the Dropbox SDK for DotNet, and it is time to support short-lived Access tokens. My use case is uncommon (web site, 'backend side'). Once the link to DropBox is made, everything should ke...
Chekiang asked 15/4, 2021 at 21:56

3

Solved

I am using Python SDK and would like to retrieve all of my dropbox files and folders. I am using v2 of Python SDK of Dropbox. dbx = Dropbox("DROBOX_ACCESS_TOKEN") response = dbx.files_list_folder...
Zandra asked 7/2, 2017 at 9:21

3

Solved

I'm trying to upload big file (~900MB) via Dropbox API v2 but I'm getting this error: requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by...
Reader asked 23/5, 2016 at 18:24

3

Solved

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 though, in that I'm not smart enough ...
Leavings asked 9/1, 2022 at 13:18

1

Solved

We're using the Dropbox API wrapped in Polly to handle retries. We have it set up as an exponential back-off, like explained here. The issue we have is that we make plenty of concurrent calls. When...
Furrier asked 18/7, 2022 at 15:0

1

I am writing software which, among other things, downloads a zip archive using the Dropbox API and then unzips that archive using yauzl. The way the files are stored and downloaded from DB often en...
Wake asked 21/10, 2021 at 16:7

5

Solved

Dropbox rest api, in function metatada has a parameter named "hash" https://www.dropbox.com/developers/reference/api#metadata Can I calculate this hash locally without call any remote api rest fun...
Outbrave asked 22/10, 2012 at 9:6

1

Solved

I am cross-posting this from my initial question in DropBox forums. I think it would be good to have this here as well for swiftydropbox users. I'm having trouble downloading entire folders to a lo...
Revulsion asked 28/8, 2021 at 7:54

1

Solved

In Refresh token is not returned from Dropbox API when using grant_type=refresh_token The poster asks why he's not getting a new refresh token when using the new dropbox v2 api. The answer is that ...
Put asked 29/4, 2021 at 13:51

2

Solved

I'm using the .net api for v2 using the code flow scenario. I was under the impression that this is what you use to get a refresh token you can save and re-use to get new access tokens after the us...
Estrous asked 1/11, 2016 at 20:6

3

I need to save (and overwrite) a file via the cron (hourly) to my dropbox account. The file needs to be stored in a predefined location (which is shared with some other users). I have seen the pos...
Manicotti asked 8/2, 2017 at 18:20

1

Solved

I'm trying to download a large Dropbox folder with a bunch of subfolders to an external harddrive using the scripts at: http://tilburgsciencehub.com/examples/dropbox/ import dropbox from get_dropbo...
Bowfin asked 4/10, 2020 at 19:42

1

Solved

I've integrated a number of cloud storage providers into my application using OAuth 2.0 (Google Drive, Box, Dropbox, etc.). I'm authorizing with token_access_type=offline and storing the refresh to...
Erna asked 8/9, 2020 at 19:9

3

Solved

We are planning to implement a feature to let customers browse their images in their own google drive or dropbox accounts (within our app), and select ones they wanna use in our app. Then, we will ...

3

Solved

I found a few issues on the main passport repo, however, I think this primarily pertains to this specific strategy as I'm able to successfully authenticate using the passport-google-oauth strategy....
Capuchin asked 2/5, 2013 at 19:45

4

I want to build an app with laravel 5 & dropbox API in which I want the API allow/cancel-warning to be displayed when you land on the homepage, not when you click a button. I tried different me...
Haupt asked 20/3, 2015 at 1:47

2

I am trying to use Dropbox's API, and I got it to successfully send me alerts via webhooks, but now I want to verify the signatures every time they send me an alert. From dropbox's documentation, ...
Orelle asked 17/2, 2018 at 15:56

9

I have a Dropbox upload script on an old nas box I have, recently I've been getting the following error SSL certificate error: [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_ve...
Skilful asked 20/6, 2014 at 9:17

1

Solved

I have an app that via Dropbox Javascript SDK trying to download the file. I don't have any idea what is wrong. Accessing Dropbox API via fetch calls directly bringing the same error. Dropbox API d...
Elyssa asked 28/12, 2019 at 10:34

2

The question is how to list recently modified files in Dropbox account using their API? Dropbox web UI can show a summery of recently changed files, but I couldn't find how to do it in their API d...
Evangelicalism asked 23/5, 2016 at 11:50

2

Solved

I am trying to upload a whole folder to Dropbox at once but I can't seem to get it done is it possible? And even when I am trying to upload a single file I have to precise the file extension in the...
Carousel asked 22/3, 2015 at 0:17

1

I am a new developer and learning to code in Python 3.4.2. I am running Debian linux on a Raspberry Pi3. After the fresh install I did both sudo apt-get update and sudo apt-get upgrade to ge...
Borosilicate asked 6/6, 2017 at 18:17

© 2022 - 2024 — McMap. All rights reserved.