Get help with the Dropbox API from fellow developers and experts.
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…
Having exactly the same problem here - cannot auth desktop app. Page dropbox.com/oauth2/authorize loads slowly, then I click "Allow" and get ERR_CONNECTION_TIMED_OUT.
I have a feature where I can upload files from dropbox and this works fine for my local folders When I try to upload files from shared folder or shared accounts then that doesnot work. Can you please guide me do we have such support? Dropbox for Business accounts fails
Hey guys, I am creating a "login" system, which is not really a login system, but an environment for the students to access their files in their own respective folder and avoid manipulation of the same files from other students. I am trying to create a "failsafe" where is the student is not found within the dropbox…
I wan to ensure checking to all members account 2FA enable using API . This purpose of security checking
It looks like you're new here. Sign in or register to get started.