Explore Dropbox Developer & API discussions with developers like you.
Hi, There is an API endpoint that allows us to add property groups to files ad folders. But I'm not able to find any option on the dropbox web app to do the same. Is there any setting I need to enable to add property groups to files using WebApp? Please see this document.
Hi, I am building an application using Strapi where users can upload files to the Strapi server (no dropbox needed at this point). Every week, I need to backup the files from the server to dropbox. This should happen without user interaction. How can I authenticate the Node server with my Dropbox app to be able to upload…
How can we check if file or folder's property group has changed or values of property has changed? Property Group is like extra metadata of file or folder, assigned by user. * I want if we can determine that files property group has changed (same property group has extra fields added to it or new property group is assign…
Dropbox business account has a log functionality. (Logs for files - added, edited, deleted, moved etc). We can fetch these details via API for Dropbox business account. Isn't it possible to do the same in personal account? If personal account provides logs functionality, then I can use it to get list of created, edited,…
Hi, I want to list files that are created after a given date. I want to do this using API. There isn't any creation date for files and folders. Any other way to do this? Also, another query, under .tag = deleted, we receive files and folders which have been deleted. But we can't separate or identify whether a deleted item…
We're seeing a significant increase in 500 errors using the Dropbox API, and very little indication about what might be going wrong. It appears that our requests are valid, because we can simply reissue the exact same request and it will succeed, whether by using `fetch` in the browser or `curl` on the command line. We've…
Hi, I have build an dropbox uploader in the web using the await dbx.filesUploadSessionStart and it works great in the desktop and mobile. However It causes an error in the mobile browser if we select the files only from google drive. This error happens only in the mobile browser. There is a TypeError, Failed to fetch…
I am looking for some assistance with a script i am trying to get to work to transfer images from a windows server to a dropbox account. For the life of me i cannot get it to stop creating new folders. I am trying to get it to upload to existing folders using the destination folder that appears in the browser url string of…
Hi Team, I am working on Team Account for development majorly on sharing folder and shared folders. Code for sharing folder try: response = dbx_client.with_path_root( path_root=pr ).sharing_share_folder(path=f"{path}", force_async=force_async) if response.is_complete(): return response.get_complete() return response except…
I want to use the drop box instead of S3. Dropbox is very satisfactory in its function. But there are some problems. There's a concurrent write limit per namespace. If you have a folder structure like below, Does everyone have a namespace? Or does it only apply to subfolders? Or is it just the top-level folders? .└── root…
It looks like you're new here. Sign in or register to get started.