Get help with the Dropbox API from fellow developers and experts.
Hi, Everyone. Hope you are all ok. I am getting the dreadful Failed to access a remote cloud service StatusCode: Conflict Request result: {"error_summary": "path/not_found/", "error": {".tag": "path", "path": {".tag": "not_found"}}} It is (most probably) related with the Refresh Token (and consequently the AccessToken),…
Hi, I currently have a basic plan, I am using the dropbox api, in which I have an application that in its flow of use makes these requests: 1) refreshes the access token 2) looks for the metadata of a folder 3) downloads a file 4) after modifying the downloaded file it uploads it to dropbox but after some time of use I get…
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 =…
It looks like you're new here. Sign in or register to get started.