Get help with the Dropbox API from fellow developers and experts.
In order to use properties/update, am I required to first do properties/add on a file? Reading your description for the "update", it seems it should "Add, update or remove properties associated" with the file. But when when I try to use "update" on new file, it doest not work - it only works for a file for which I had…
Hi! I am building Dropbox integration. Currently working with the search. I am using https://api.dropboxapi.com/2/files/search_v2 api. For tests now I am using basic plan. In the documentation it says that I need Dropbox-API-Path-Root param to make a request but it seems that there is no such param for basic plan. If I…
I want to use the dropbox api. I use the code from this page - https://www.dropbox.com/developers/documentation/dotnet#tutorial . But in my Visual.Studio throws an error - CS1061 "IList<Metadata>" does not contain a definition of "Where", and it was not possible to find an available "Where" extension method that accepts…
Hello ppl. I have an issue retrieving shared_folder_id of a sub folders created via /2/files/create_folder_batch endpoint. My structure: RootFolder -> FlowFolder -> ProjectFolder -> SubFolder1 ; SubFolder2 ; SubFolder3 An access to FlowFolder is given to two teams - Team1 & Team 2 For each project I'm creating sub folder…
I can get an access token from the website at https://www.dropbox.com/developers/apps/info/****** for my server-based app. Those tokens seem to work for what I need, which is just to retrieve uploaded files and manage files in one directory. But those tokens seem to expire. How can I get a refresh token for this app? I…
Calling /team/log/get_events doesn't give me any data for my client past 2019, tried with multiple categories, no categories, and limiting by time. Using OAuth.
Am I right in thinking that the file request naming protocols cannot be controlled by API? At the moment, if we create a file request by API, it seems to default to "[File/Folder Name] [Uploader Name]". We can turn this off manually in the file request, but that's not practical as we create a lot of file requests via API.…
Hi. I am trying to integrate the Javascript API in my React.js project but it is really a headache to integrate because the documentation is not enough, I would need to know how to integrate Dropbox in my React.js project because Dropbox seems to me the best option for this. Thanks.
when I want to download a json file of 4,7MB the response is empty. I tried with the SDK using dbx.filesDownload({ path: file }) and with a HTTP request on 'https://content.dropboxapi.com/2/files/download'. In Fiddler I get the message: [Fiddler] ReadResponse() failed: The server did not return a complete response for this…
Hi, i'm having problems when deploying my integration to my QA environment, i have already tested it in development and everything was right but i'm getting a totally different response in the route /oauth2/token then what i was receiving during my tests. The app environments are the same and the code too, so i'm lost over…
It looks like you're new here. Sign in or register to get started.