Explore Dropbox Developer & API discussions with developers like you.
Hi everyone, I've a question: I need to move files and folders using dropbox API in my Java project. Do you have some code examples? I can't find them online and I don't know if it's possibile do that. Thank you!
Hi team I'm trying to upload a file to Dropbox via the API using a user event (server side) script in NetSuite. I can get a file to be uploaded, but having an issue with the "body" encoding. Thus far, my https request looks like: URL and headers: and the body is being set as follows: var httpsRequest = { method:…
I tried using selenium to automate but I keep getting captcha which I cant get past it Is there any way of getting past that
Started with a free Dropbox account that I setup an App for and was able to generate manual auth tokens to access it using the Dropbox .Net API. Everything worked as expected with App API "Root" access being the topmost folder. Then a paid Dropbox account was setup and I was invited to join that paid account. My original…
I am working on an AWS serverless app that queries a specific DropBox folder tree for daily PDF uploads. My process and config/code are below. I _think_ I understand how the API endpoint is supposed to work but the results I am seeing do not match what I expect. So the most likely explanation is that I actually do not…
I want to use the Dropbox API to access the Dropbox for managing my data storage. I am successfully able to connect to dropbox by adding an app by setting appropiate permissions to the app and by generating access token. However, I would like to Access the folders that are outside my personal folder. Team DigitalAqua…
Using the Dropbox .net API, I received the following error one time making a file move call. Why is it formatted as HTML? Isn't that assuming only a webpage is making the client call, which is not the case for my development, which is a service to service call via your client API.
Hello The issue is very simple, can't submit new permissions for the app, this "button" doesn't work and I've tried it on several different browsers. How can I fix it?
given dropbox UI has no folders or files in it when I create a subfolder and add file1 to the subfolder and add file2 to the subfolder and note the ids for the new subfolder and two new files and when I delete the subfolder and when I restore file1 then the restored subfolder id is different than the originally added one…
given the following code: namespace Dropbox{ internal class Program { static void Main(string[] args) { DropboxClientConfig config = new DropboxClientConfig { MaxRetriesOnError = 0 }; DropboxClient dropboxClient = new DropboxClient(AccessToken.ValidToken, config); SearchOptions searchOptions = new SearchOptions("",…
It looks like you're new here. Sign in or register to get started.