Get help with the Dropbox API from fellow developers and experts.
i need to call a web service on a DB share link here is the web service call. the first (old format ) works fine. the second call using the new format does not work. the links were made from the same folder within seconds of each other. any work arounds? thanks for any ideas.
Guys, I have obtained a refresh token without problem. I put that in the code to generate an access token, then use the access token to gain access to my files and folders. However, when using the access token, I got the return complaining the it is invalid! That indicates an invalid access token is generated by using the…
We use the API to upload a document and return a shared link to a database and it appears that there was a change to the API last week so Shared Links are no longer returned. What changed and how can we fix this?
Hi, I received the following error from tsNet while sending a file to dropbox. tsenterr (55) SSLWrite() returned error -9805 (55) is just an upload error. I can't find anything on -9805. I checked the obvious things like making sure I had enough space on DB. Does anyone know what this error code is referring to? Is there a…
Hello Team , I have a "App folder" created and I try to list all the files inside the folder . From the response received , I grep for a particular zip file and download the zip file using "/2/files/download_zip" endpoint . It does download the zip file but when I try to unzip it using "unzip <filename>" , it doesnt unzip…
Hello. I have some issue using the API and the Shared link * list_shared_links always return "true" for hasMore * Exception in 2/sharing/create_shared_link_with_settings: {".tag":"shared_link_already_exists","shared_link_already_exists":null} is raised but the shared link (I want to create) wasn't in the retrieved links I…
# from src.dropbox_plugin.dropbox_extension import DropBoxExtension import dropbox import os drop = dropbox.Dropbox(oauth2_access_token='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', oauth2_refresh_token='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', app_key='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',…
Hi! I'm trying to list all files in a public folder which Url address I've been given, but I'm getting an error. Here's my code, its pretty basic: string url = "https://www.dropbox.com/sh/{ABCD}/{EFGH}?dl=0"; using (var dbx = new DropboxClient("MY TOKEN")) { var sharedLink = new SharedLink(url); var folderContent =…
Hello, I am trying to get the contents of a folder using a shared link like this: {"path": "", "shared_link": {"url": "https://www.dropbox.com/sh/xxxxx"}} I have tried both direct HTTP using postman and also using the Dropbox Javascript API, with exactly the same results - both times I get an HTTP 500 response but no error…
Ran into an odd issue that appeared out of nowhere in code that has ran successfully for years: ... var sharedMeta = await dbx.Sharing.GetSharedLinkMetadataAsync(dropBoxLink); ListFolderResult sharedFiles = null; if (sharedMeta.PathLower == null) { var sharedLink = new SharedLink(dropBoxLink); // This is a share link to…
It looks like you're new here. Sign in or register to get started.