Get help with the Dropbox API from fellow developers and experts.
Hello, I want to catch changes that have been made in a spreadsheet in Dropbox by checking every 5 minutes. I am using python and I tried this code: url = f'https://www.dropbox.com/oauth2/authorize?client_id={APP_KEY}&' \f'response_type=code&token_access_type=offline' Here I copy the code displayed on the webpage. This is…
what's the correct URL to use when setting up "sync" between your NAS (corporate) and Dropbox? (One-way sync-Dropbox to our NAS)
Dear community, I'm creating an app for iOS in Xcode (v. 15.3) in which I want to integrate the SwiftyDropbox SDK (v.10.0.6). I've done this via "add packages". In the "Build settings" I have excluded "arm64": When trying to build and run this app in the simulator I get the following error message: "Build failed because…
I have made an API which calls /oauth2/authorize to get access code which is used to get access token and refresh token, since this will be used in an automated process, when I call /oauth2/authorize without callback url, the code I get it works by copying and using in /oauth2/token, but if I use it with callback URL it…
Hi In our website, there is an option to uploads files to a Dropbox account. I have used Dropbox`s Temporary link for this purpose. I have implemented a solution which create the Temporary link using C# Dropbox SDK , and then upload file using jQuery ajax post formdata. The problem is that all video files (.mp4, .avi) get…
I'm working on code that copies two files from our team admin. I was able to write all the copy reference code but now it wants me to have the member_Id but the only information I have is their email.
I am able to upload files all day long using the following code, so I know it works. try { var uploaded = await dbx.Files.UploadAsync( folder + "/" + fileName, //.WriteMode.Overwrite.Instance, body: mem); sharedLinkArg = new Dropbox.Api.Sharing.CreateSharedLinkArg(folder + "/" + fileName); var link = await…
I try to run below and get issue cause in Python I cannot seem to find expected type dropbox.team.UserSelectorArg or subtype. I tried adding its as a list directly but that does not work either. Please advise. user = dbx_team.UserSelectorArg # does not exist in Compiler…
We have create paper file on Dropbox Using list folder API , it return file meta-data for Paper , "is_downloadable": true And for some other file in same account "is_downloadable": false. What is the reason behind it ?
Hi. I've a weird issue with a single Dropbox installation: I'm unable to authorize the desktop app. I tried resetting cache several times, changing browser, whatever... I also tried different wifi, same result. The user profile doesn't have anything special, we have a limitation of 2 devices per user, but they have none…
It looks like you're new here. Sign in or register to get started.