Get help with the Dropbox API from fellow developers and experts.
Hi, I'd like to integrate Dropbox deeply into a web app, and one of the biggest required features is to be able to view the contents of the file in a HTML frame, much like the corrent dropbox.com does when you click to view a file in the browser, and you see the comments on the side as well. Being able to retrieve and list…
There has been an update in Dropbox and also in the API somewhere in the last week. I have a Python script to retrieve the content of a Dropbox folder and it is not working anymore. The call was just as simple as: - dbx: the active connection to Dropbox (this is still working correct) - folder_path: the directory in which…
Hi I want to create a directory from a C# program in Dropbox. When I run this from my desktop PC everything works perfectly. As soon as I run the program from my laptop I get the error message: Dropbox.Api.BadInputException: "Error in call to API function "files/create_folder_v2": Your app is not permitted to access this…
Hey Everyone, I am using Dropbox.Api (Nuget) and can access my Account info (Name, Email Root Space Id) via Generated Access Token However when I do a simple var list = await dbx.Files.ListFolderAsync(string.Empty); It returns no items though I have many folders and subfolders in my account. I have a Dropbox Plus Personal…
Hello, this is my first time building an app for an internal project use. The aim is to integrate a shared space into a data pipeline so we can access files shared with us from a third party. We have granted that party access to our app so they also can integrate our Dropbox app folder into their pipeline and drop their…
Hello, im trying to acces with a django porject to my own account files but the short live tokens renew each 4 hours i tried generating the offline token but it results on renewing it again, i am not that into oauth so im having issues on this part oculd someone helpme trying to get arround this issue, again is for my own…
I have a PHP application that must send files to a Dropbox account every day. I read that I have to use refresh token offline for it to work. So I go to this url to generate the first refresh token: https://www.dropbox.com/oauth2/authorize?token_access_type=offline&response_type=code&client_id=MYAPPCODE It redirect me on a…
We have some new API functionality and updates around handling Dropbox team spaces. If your app interacts with team-owned content, check out our blog post about these updates for information on how to handle these in your app’s code.
i'm using javascript fetch(url, { method: 'GET', mode: 'cors', cache: 'no-cache', credentials: 'same-origin', headers: myHeaders, referrer: 'no-referrer', } Error:- Access to fetch at 'https://www.dropbox.com/s/v2pca6kq8nsqmso/abb5c48dae55560e4ae7d41af7bfdc50.jpg?raw=1' from origin 'http://localhost:8080' has been blocked…
Hello Developers! I am new to Dropbox API and I am facing issues with Access Tokens. I am building a MERN application where I have to store the access token in environmental variables. Here as Access Token is short-lived, I must refresh it each time I work with it. Is there any other way that those Access Tokens can be…
It looks like you're new here. Sign in or register to get started.