Explore Dropbox Developer & API discussions with developers like you.
I am trying to generate new access token using app_key, app_secret and refresh_token obtained using the following url. https://www.dropbox.com/oauth2/authorize?client_id=<APP_KEY>&token_access_type=offline&response_type=code but the response returned is data: { error: 'invalid_grant', error_description: 'refresh token is…
Hello We have a web application where user can load files, and this are then loaded to dropbox To access my Dropbox account, I have a non-expiring token, so far everything is working fine but I saw in your documentation that you are no longer offering these non-expiring tokens. So, my question is, should I change something…
Hi, Is there any way to generate access token without getting authorization code using only client id and secret key in asp .net core c#? I need only access token to do operations. or how to get access token with no expiration Thanks in advance Regards, Amit Gaur
Hi. For a business customer, how could I limit to 15 GB the max. file size to upload/download/sync for all users (desktop app or web), please? Maybe using sdk? Nothing found in Internet after a lot of time searching....
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…
It looks like you're new here. Sign in or register to get started.