Get help with the Dropbox API from fellow developers and experts.
Not able to use certain templates on salesforce. Locked templates can only be used via the API when using test_mode=1 Endpoint: signature_request/create_embedded_with_template
In the Java API, a clientIdentifier is set when creating a DbxRequestConfig object. I'm wondering, is there an equivalent in SwiftyDropbox? I was trying to search it myself, but it seem like the link (http://dropbox.github.io/SwiftyDropbox/api-docs/latest/ ) to the SwiftyDropbox api docs is broken. Thanks
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:…
It looks like you're new here. Sign in or register to get started.