Get help with the Dropbox API from fellow developers and experts.
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…
I'm trying to use NetSuite's N/file module to upload a file to DropBox. I've been successful at authentication, getting a 200 when submitting the POST request to Create FolderV2 and Upload File. However, I can't figure out how to get the file contents to set correctly. Currently, the file is being created with the some…
Hello Dropbox team, As Access token is expiring every 4 hours, we have to regenerate them every 4 hrs. This is becoming difficult to update the access code in my script manually. I'm looking for a Java SDK method that generate access token automatically every 4 hours by taking app key/app secret as input parameters. Could…
So I am writing a Node js application for my company. We already have a business Dropbox account. The app will monitor a company network folder and upload files to our Dropbox folder for one of our vendors to process. I've already created an app within the app console to use its own folder. Generated tokens work fine, but…
It looks like you're new here. Sign in or register to get started.