Explore Dropbox Developer & API discussions with developers like you.
I am authenticating an App, and everything is fine, just a bug that I think is happening in the Dropbox website. After authenticating the app, it redirects to a URL that we must set, and I am using in my project the following redirect URI that it shows by Drobpox: https://www.dropbox.com/1/oauth2/display_token Today, I…
I'm trying to preview a file entity I've fetched from files-list_folder in Dropbox android app. I've noticed there is files-get_temporary_link endpoint when creating an intent like that: Intent(Intent.ACTION_VIEW, Uri.parse(tempLink)).setPackage(Pkgs.DROPBOX) It seems that it can't be resolved by the Dropbox Android app.…
With the new Shared Links released recently I am now getting an empty list of files available at the Shared Link URL. I am calling the `files/list_folder` API endpoint with the `shared_link` specified as a URL (per https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder ). Previously, the…
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.
It looks like you're new here. Sign in or register to get started.