Get help with the Dropbox API from fellow developers and experts.
I am encountering issues when trying to obtain an access token and refresh token. I retrieved the access code from the following URL: https://www.dropbox.com/oauth2/authorize?client_id=<app key>&redirect_uri=<REDIRECT URL>&token_access_type=offline&response_type=code I input the access code obtained from the above into…
Hello. I am calling an established Dropbox account setup for an application with API access with what was once a valid access token that has expired. It takes about 15 seconds or more to obtain the AuthException: expired_access_token result. Why is this? The response should be in milliseconds, not 15 seconds or more. Code…
Hi there, Is there any way to view Metadata of the shared link and Download it as well in c# .net? ThankYou Asharaf
I've successfully created a backend service to update shared folder member access to view only; however, the the shared folder link is still set to Edit access. I thought using the https://api.dropboxapi.com/2/sharing/modify_shared_link_settings endpoint would do the trick passing in the following parameters: {"url":…
I just created an app, to be used to listen for changes or new files in there. This one automatically created a new folder called `test-implementation`, (name of my app as well), I am adding files in there, I see the webhook getting in, but I am not in a position to save cursors, so I am using…
New user here just working through the tutorial https://www.dropbox.com/developers/documentation/dotnet#tutorial When I generate a token using an app for Full Dropbox, it works OK. However, if I generate a token using an app for an App Folder only, I get an error that the path could not be found when calling download. Here…
I am using Google Apps script to create a PDF file. This is stored in my Google Drive. Yesterday I added to the script that I need a copy of new PDF files send to dropbox. Below is the script I am using. Yesterday everything worked well, a copy was sent to the dropbox. Today when I run the script, it get this error:…
I have a code written in php, where i am trying to fetch the file data with a apostrophe, when i am trying to do this it returns no result. Tried rawurlencode as well, but didnt work. Kindly help. Code: $file_path = "/posts/00 - jeff fader - together - (gents & dandy's - gents190).txt"; $file_content =…
I am using the dropbox api to upload some files, first I retrieve the xlsx file then I concatenate the new information at the end and then I upload the file, but I am afraid that the heavier the file becomes the longer it will take to download and upload the file for this reason I want to ask if, is there any way I can…
var dbx = new Dropbox({ accessToken: dbx_access_token , fetch}); await dbx.filesDownload({ path: dbx_path }).then(async (response) => { console.log("down"); await response.pipe(temporaryFileStream); }).catch((error) => { console.log(error); });This is the code i am using to download a file. And then I want to open it. So,…
It looks like you're new here. Sign in or register to get started.