Get help with the Dropbox API from fellow developers and experts.
Hi, we have set up an application and a webhook endpoint that was enabled successfully, after authenticating a user against our application (using the OAuth2 login flow with an offline token) we test the webhook and it seems we do get a notification to our endpoint every time we upload to that user`s dropbox, however the…
Hi team, when using copy_reference/get as admin user I get the copy_reference field of a file R and it works well. when trying to copy_reference/save R to a path P I get an error of: '{"error_summary": "not_found/", "error": {".tag": "not_found"}}' 409 Conflict the error summary is not elaborate enough for me as I don't…
I use dropbox-core-sdk 6.0.0 in my small project that uses jdk17, and added "requires dropbox.core.sdk;" into module-info.java. But compiler complains "Name of automatic module 'dropbox.core.sdk' is unstable, it is derived from the module's file name."I understand this is just a warning, and it won't make any error until…
Hello, hope everything is going well! I'm trying to generate a shared folder using the API. I just want one user to be able to upload files to it, is there any way to do that using the API? Thanks in advance 😀
Hi first time poster here. I've got the authorization flow successfully integrated up to the point where the callback url appears in the browser address window, ie: http://localhost:3000/api/dropboxcallback?code=Ws4_UVwyTaIqwerqwasdfu5BM5xJGSNdXxF_y5V9JGyrs however, this remains static and 'null' appears in the browser. In…
I noticed, since around September/October 2023, downloads really often (8 in 10 times) are interrupted at different size. And just now I remembered this issue. Did you change something again? I also opened this thread.
Is there any way to update a File(doc, pdf, txt) uploaded from my local machine into Dropbox web app using API's or Java SDK Methods? From Dropbox web app , we can update the doc file by choosing open in word for the web option. Can I perform the same action using Dropbox File API's or Dropbox Java SDK methods?? do we have…
I put a JPG on dropbox (in a subfolder) and I am trying to download that JPG using a javascript fetch command. My code works fine with JPGs hosted on various other servers including Google Drive. My javascript code is using this link:…
I have a mobile app built on Bubble.io and i'd like to add the ability for users to upload files from their Dropbox (audio files only). Ideally, with the option to upload files by selecting the folder rather than just the individual files. I'd need it to be compatible within iOS and Android operating systems. I found an…
Hi! I am setting up Dropbox OAuth in an Electron app, and I got the part with generating a redirect URL, opening it in a browser window and letting the user log in working. I can then successfully listen for the redict, but when attempting to get the access token: const dbx = new Dropbox({ clientId: CLIENT_ID, fetch: fetch…
It looks like you're new here. Sign in or register to get started.