-
Access Token Can't be refreshed without refresh token and app key in Python
I am building an app in python to automatically update a file using dropbox API, but it shows an error after 4 hours however I can't find any mistake can you point out my mistake? My code Link: https://github.com/sufiyanashraf/dropboxhelp/blob/main/cantrefresh
-
how to get access token using refresh token in java
I have refresh token(constant), need to know how to obtain access token using refresh token in java Need sample code to test
-
download zip folder
i have a web site in js using php server. I am trying to download zip folder threw php and get back zip folder to js but the comuter gets stock. how can i just get back a kink to the downloadzip folder?
-
How can I retrieve refresh token automatically in Python API for long lasting app?
I am trying to build an app that automatically updates files every minute from my server PC to dropbox API using the python app. But after 4 hours, it gives an expired token error. what I do is go to the token URL and click on allow button, copying refresh token, and use this in my code to get access token and work using…
-
createSharedLinkWithSettings: Use external link in iOS app
I am creating a sharing link using client.sharing.createSharedLinkWithSettings(path: "/MyTestPath").response { response, error in if let link = response { let linkURL = link.url // Send linkURL to be accessed through another DB account in another app } else { print("Error sharing:", error) } } I would like to open this…
-
Dropbox api integrate my application.
The user has to show the data of his dropbox through our application
-
How to enable an app to use "Generated access token" to list MY and only mine FOLDER content list?
I createad a new app, it's a scoped/ full dropbox app. I generated a token. I added each every read scope to my app. When i call files/list_folder I got a cryptic error about a missing scope. There is NO INFO about WHICH scope is missing. I tried with a few of diffrent paths in my dropbox an nothing changes. What am I…
-
Qt OAuth get refresh token
Hi, I try to get my refresh token after going throw the basic authentification flow with PKCE. Here my code : connect(m_auth, &QAbstractOAuth2::authorizationCallbackReceived,[=](const QVariantMap data){ if (false == data.isEmpty()) { QString authCode = data.value("code").toString(); if(!authCode.isEmpty()) { qDebug() <<…
-
Re: Error 403 (disallowed_useragent) on sign in (with google) to dropbox to link with my android app
i get this exact same error and can not fix it by uninstalling the Dropbox app
-
Dropbbox Api 2 Search V2 Function
I am using the Dropbox API V2 search function (https://api.dropboxapi.com/2/files/search_v2) and its working correctly. I have a small issue that i am unable to find a solution till now. The issue is that when inside the parameters in query field option I am giving a specific value and in the path option I am giving a…
-
Disconnection from dropbox API after a period of time
Hi We use a system called EMPOWER that connects to the dropbox for our attachments. Every day I have to reconnect the dropbox in the empower cloud based app (using google chrome) as it gets disconnected from the dropbox over a period of time. No other computers or users are manually disconnecting. What can be causing this?…
-
createSharedLinkWithSettings -> sessionDeinitialized error
I am attempting to obtain the link to share a folder but I always receive a sessionDeinitialized error. Setup: struct DropboxManager { var client: DropboxClient { let client = DropboxClient(accessToken: "sl.myAccessToken") return client } func shareFolder() { client.sharing.createSharedLinkWithSettings(path:…
-
Re: DownloadAsync - path/not_found/... Exception
We have run into the path/not_found exception as well. We are also using the Dropbox API SendDownloadRequestAsync call with a valid path. Can you please explain the resolution since I don't have access to the ticket referenced below? Thanks, Ethan
-
Unable to create an App
Hi, I'm trying to create an App. After clicking on "Cre=eate an App" & etc. I get to the page with: Create a new app on the DBX Platform 1. Choose an API ... However, the "Create app" button on the bottom right is inactive. Do I need a Developer account or something ? (I have a personal account). Thanks !
-
Error when uploading binary on iOS with Xcode 14 and using latest Obj-C library
I get the following error when uploading my binary using Xcode 14 and the latest Obj-C SDK (7.0) It seems to be referring to a protocol method which I am not implementing, so a little strange: App Store Connect Operation ErrorThe app references non-public selectors in…
-
Image gallery with backend, poor performance
Hello. We are developing a mechanism for importing user files (images, videos) from dropbox into our system. To view the list of files, our frontend does not interact with the dropbox API directly, instead, it makes calls to the backend, and the backend makes calls to the dropbox. The page on the frontend is a gallery…
-
Retrieve thousands of files and folders without throttling
I'm trying to generate a nice big array for each user that contains all the files and folders the user owns as well as the users that each file/folder is shared with (e.g. users: ["John Doe": [{"name":"DemoDoc", "type": "file", "isShared": true, "sharedWithUsers": "bob@company.com", "joe@company.com"},{"name":"DemoFolder",…
-
Restricting API Token to a given root folder
Hi everyone I'm new to the Dropbox Developer community 🙂 Is it possible to limit an app token (generated with the OAuth2 flow) to a given folder in the corresponding Dropbox? It seems to be possible with scopes, but I don't understand how to... Thank you very much Thomas
-
Authorization web page not redirecting back to my app in Android
After authorization web page not redirecting back to my app in Android
-
Using /upload_session/append_v2 is is possible to upload chunks in parallel?
Using /upload_session/append_v2 is it possible to upload chunks in parallel. Namely call /upload_session/append_v2 again before a previous one has finished? The API would seem to allow it (given that it has an offset) but the "incorrect_offset" error perhaps indicates that it isn't allowed. Any hints much appreciated!…
-
Dropbox upload file lookup_failed/incorrect_offset/
I use the upload_session/append_v2 to upload file , but it return error when i call /upload_session/finish to save file. I think offset should be the file length? "/upload_session/finish ' response like that { "error_summary": "lookup_failed/incorrect_offset/.", "error": { ".tag": "lookup_failed", "lookup_failed": {…
-
How use /get_thumbails response
Hi, I'm trying to figure out how I should use the response of the /get_thumbnail call. What I'm actually receiving are some raw data like the following: �����JFIF���������C� …
-
Rate limiting when uploading files with rclone
I've received complaints from rclone users that file uploads are progressing really slowly. Digging into it what I see is this: 2020-09-03 11:44:33 DEBUG : too_many_requests/: Too many requests or write operations. Trying again in 15 seconds. What happened there is rclone received the `upload failed: too_many_requests`…
-
How do I find the "ID" of my Dropbox Paper Doc?
I am literally going insane, I have been searching for hours and hours and have tried talking to the Dropbox help bot, at this point I just feel like I'm on a reality TV show being pranked, I literally just want to find the "Paper Document ID" of my Paper Document so that I can do a bit of Python Please God help me
-
Dropbox API Certificate Problem
Hi guys~ I wrote a app to manage my dropbox cloud. Recently i found that the app connot work, and from log found that i got a curl errror [60]. SO i change the Certificate info, it works fine. From this Dropbox Topic i find dropbox change certificates for api.dropboxapi.com and content.dropboxapi.com, i want to know: * is…
-
Re: API v2: Simple image gallery on my website using dropbox
I can't find any php sample code to help understand how to call these methods documented in the API I'd really love to use this thumbnail feature and I have the dropbox dependencies installed but can't figure out how to call any of the methods.
-
saver
is it possible programatically click save directly to path using saver without clicking save button
-
Dropbox v2 APIs in compliance with GDPR
Hi, We have been using the Dropbox API v2 to get information about multiple team members using the email tag. Also the user persona in Dropbox is email based. Is there any change that we can expect in the APIs to happen any sooner to dealt with GDPR?
-
Get new AccessToken when access token expired (Android)
I apologize in advance for my English. I have several android applications that use Dropbox to send and load data. Until the last update, Dropbox communication worked properly - probably an Access Token without expiring Here is a sample of the code I use: // Create Dropbox client DbxRequestConfig config; config = new…
-
Refresh token not valid
I'm building a Flask app that sends files users post on their account to a shared Dropbox folder. It works fine with these short-lived 4-hour tokens, but as I prepare to move to deployment I need a longer-lasting token. I got a refresh token but when I try to use it I get an invalid token exception. I did the following: 1.…