Get help with the Dropbox API from fellow developers and experts.
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…
Hello, Is there any way to get file path from file's URL. Example: If a file - "fileName.m4v" lives inside "folder1/sub-folder1" and its dropboxURL is https://www.dropbox.com/s/something/fileName.m4v?dl=0. I am looking for function/code that takes URL as parameter and returns filePath ("folder1/sub-folder1/fileName.m4v")
If I create a program that will generate automatic download links for direct downloads, will there be any problems with the company's policy? and what needs to be done for this
Is there any API that we can use to fetch the content of a folder created through salesforce by integrating salesforce with dropbox?
It looks like you're new here. Sign in or register to get started.