Explore Dropbox Developer & API discussions with developers like you.
As per the dropbox offline flow, I've set up a flow where I've generated a refresh token after the owner of the dropbox (me) - Generated an access code using this URL https://www.dropbox.com/oauth2/authorize?client_id<YOUR_APP_KEY>&response_type=code&token_access_type=offline - Used the access code to generate a token…
HI this is Elle Jiang from the Bytedance group, the mother group of Tiktok. The product that I am working for is Capcut and we are planning to join your app center as a Developer. Besides technical preparation following your guidance, we have further questions about what comes after joining in and understanding the rules…
I am trying to implement backup-restore in my App ,but giving error 500 in some devices , please Guide me
I would like to make a feature request, to please add functionality of subscribing to particular or specific events. For example in my test OAuth2 client application I envision using events when user add or delete a file or folder in their Dropbox account and not the ones coming for every file change, but in its current…
I saw in the "production approval" section of the developer guide like Your app then functions the same as any production status app except that it can only be linked with up to 500 total Dropbox users. However, once your app links 50 Dropbox users, you will have two weeks to apply for and receive production status…
I created a function to download data files at the desired time by searching folders by date in a program (C#) through App Key (OAuth 2) and used it for several years. However, from 09-12 to the 12th, the folder list could not be viewed, but from 09-18, access was possible from the 12th to the 18th. After that, it suddenly…
Is there any possible way to open a folder using api? right now we open a url, and from there Right-click onto a file -> Open In -> File Explorer this can take time to do I want to know two things, 1) After opening the website, if there is a shortcut that can do the same (example CTRL+1) Right-click onto a file -> Open In…
I am able to use OAuth and can confirm access to my dropbox account using the dropbox API. But when I run dbx.files_list_folders('').entries. I am getting dropbox eceptions.ApiError: ApiError('stringofstuff', ListFolderError('path', LookupError('not_found', None))). I am simply trying to see what my code can see so that I…
hi, I'm struggling a little to find out whether what I want to do is feasible with business dropbox. Basically we're exploring an idea for a specific industry, which has a key requirement for document storage and e-signing. I know it's obvious that dropbox provides these services, but specifically, we are looking at having…
How can I write a programm to delete a folder in my dropbox. There are all permissions set. The accesstoken is ok. I'm able to create a folders in my code. Unfortunately deleting a folder results in a 'bad request'. My folder structure is Main/ ....2023/ ....2024/ Here is the code segment: using (HttpClient httpClient =…
It looks like you're new here. Sign in or register to get started.