Get help with the Dropbox API from fellow developers and experts.
Hi, I am trying to get a list of all my file and folder names. I keep getting an error message saying: The path is copied from my dropbox. So, I dont understand how it could not be found. Please help. Thank you
Hi, everybody! I have a simple Python script to create an archive and store it in Dropbox. import subprocessimport osimport dropboximport shutilfrom datetime import datetimeclass DropboxUploader: def __init__(self, dropbox_token, CHUNK_SIZE): self.dropbox_token = dropbox_token self.CHUNK_SIZE = CHUNK_SIZE self.dbx =…
We have embedded Dropbox onto our website in an iframe: [Removed as per Community Guidelines] We produce a Dropbox read only share link to include in the embed code. For some folders we get a share link containing /scl/fo/ which leads to a registration splash screen whenever a website visitor clicks a file in the embedder.…
Hi, I use libcurl to call the dropbox api to achieve some functions. When calling file/download, the download will be disconnected when the file exceeds 2G, so I want to implement the function of file continuation. Locally use curl to send curl -X POST <url> \<rest code>--header'Range: {"bytes": "xxx-"} ' to dropbox to…
Hey, I work with Dropbox Java SDK latest, and have a running app. Since recently I started to get PathRootErrorException sdkClient.asAdmin().withPathRoot(PathRoot.root(teamNamespace)) .files() .listFolderGetLatestCursorBuilder("") .withRecursive(true) .start().getCursor(); When trying to call this…
Hello. After reinstallation, my program gives the error “Invalid Dropbox access token, try setting the expiration date to No expiration and regenerating the token.” I can't find the "No expiration" option. What could be the problem?
I am building a React native app and trying to integrate the Dropbox API. I'm following expo's app auth guide: https://docs.expo.dev/guides/authentication/#dropbox and I have the App registered with a scheme in the redirect URI's as: com.kkanchev94.esignapp://oauth and the same one registered and build with that scheme in…
I built an App to get an API key, so that I can use a workflow automation I've designed to upload files to a dropbox folder. Nothing Fancy, but also not built to be published externally. Is there a way to put it into production without making it publicly available?
We are using Dropbox to ingest files from our clients. We get them access to a shared folder (we're still thinking through which sharing option is best here such that clients can easily upload, but also keep tabs on their previously uploaded files, aka not a good use case for file requests). We want to automate a way to…
I'm using Google Colab + Python to create a list of folder from a googleSheet of my open projects. I set-up the App in dropbox & the code runs without error. It checks to see if the folder path already exists before creation. Ran the 1st time & received confirmation the folders were created. Ran the 2nd time and it said…
It looks like you're new here. Sign in or register to get started.