Get help with the Dropbox API from fellow developers and experts.
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/xxx 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 big doubt is in content-Type ) Dim _command As String _command = "https://content.dropboxapi.com/2/files/download" Dim…
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…
I'm attempting to call properties/add, remove and update but I'm getting a content_restricted response. I checked the permission of my app thoroughly, and I do havee metadata.write activateeeed. I even weent ahead and generated a new refresh token to make sure I'm generating access tokens with correct permissions enabled.…
I'm running SwiftyDropbox version 10.1.0 on XCode 15.4 with a MacOS deployment target of 14.5. When i copy and paste the code in the tutorial here: https://dropbox.github.io/SwiftyDropbox/api-docs/latest/ I get an error: SwiftyDropbox/DropboxClientsManager.swift:53: Precondition failed: Only call…
Hello, I hope you're all doing well. I've come across an issue while working with the Dropbox API, specifically related to content hash values, and I'd like to seek your insights on this matter. * List Folder and Thumbnail Batch Endpoints: When using the "List Folder" and "Thumbnail Batch" endpoints, I observed that the…
It looks like you're new here. Sign in or register to get started.