Get help with the Dropbox API from fellow developers and experts.
I want to search for files by name in the path `/first/folder/print` using the API `/files/search_v2`, but the API returns files from another folder `/first/folder/print-source`. Is this a bug or a feature?
As there is no way to totally disconnect the OAuth2 integration app via an API call, what best can be done to not to get hit by webhooks for users who have disconnected our Dropbox integration. I am looking for a work around, or what can be next best possible steps. I understand we can revoke the tokens and delete the same…
Hi there, I have developed an OAuth2 integration of our app with Dropbox. I would like to know what is the API endpoint for disconnecting the integration on behalf of our app's user, who say wants to disconnect the 2 way communication between our app and Dropbox. I could find the /token/revoke endpoint but same is just…
Hi! I'm user of dropbox basic and I'm generating upload link but the link following to 404 page. I have one folder /home/products and one app /Apps/****** with folder /products I did try every combination to get proper link but its impossible for me. here is list of paths witch I did provide - /products -…
Hello, i developed an integration for our applications that allows user to create a sharing link using dropbox api method "sharingCreateSharedLink". I tested it using some personal account and had no problem, but it does not work with a business account of a colleague. this method takes two params: short_url and path…
We want our app to just have read/write permission to the app folder for backing up some important data for our app users. We don't care to know personal information like username, email and location of the user but it seems like we cannot unselect the account_info.read permission forcing us to have access to personal…
I am hoping someone can help with this as I am not getting anywhere and am being past from pillar to post between support desks! Previously I have a variety of 3rd party apps intergrated with my personal dropbox - one being Zapier for example. Since upgrading to Business Zapier and every other 3rd party app can only see my…
I try to dowload a file by a Api . I have no error and a response with "OK" but i don't see the file. Have i donwloaded it ? where ? can i set up the local directory where save it ? This is my code : ( a ****** doubt is in content-Type ) Dim _command As String _command = "https://content.dropboxapi.com/2/files/download"…
this.dbxAuth = new DropboxAuth({clientId: dropboxConfig.clientId,clientSecret: dropboxConfig.clientSecret,}) i am stroing the refreshToken from const tokenResponse = await this.dbxAuth.getAccessTokenFromCode( dropboxConfig.redirectUri, code,) this method . const scopes =…
auth export class DropboxService {private dbx: Dropbox constructor() {this.dbx = new Dropbox({fetch,clientId: dropboxConfig.clientId,clientSecret: dropboxConfig.clientSecret,})} generateAuthUrl() {const authUrl = this.dbx.auth.getAuthenticationUrl(dropboxConfig.redirectUri,undefined,'code',)return authUrl} shows error auth…
It looks like you're new here. Sign in or register to get started.