Explore Dropbox Developer & API discussions with developers like you.
Hello Dropbox Community, I'm encountering an issue when trying to add tags to files using the Dropbox API. Here’s a brief overview of my setup and the problem I’m facing: Setup: - API Version: Dropbox API v2 - Authentication: OAuth 2.0 with a refresh token - Scopes: My app is configured with the necessary individual…
Hello, my App has linked to 500 users, but the application for producer status has failed twice in a row, and I have not received any reason for the failure, not even an email. Why is this?
Hi~I used the chooser's iframe embedding (as shown in the code). However, it's not displaying correctly due to frame-ancestor restrictions. How can I add my domain to frame-ancestor? Is this in the app's setting page? It doesn't seem to work. Thanks in advance~ const comp = new Dropbox.Chooser({ appKey: "", onSuccess: ()…
Hello, I am working on an app that allows users to upload files using the dropbox api. There is a requirement to check duplicates per folder for this I am searching for the file name that they are uploading for the folder that they are uploading to, if I get a match I can create the content hash and comparing to what I get…
Hello All, I have created a refresh token using the method thanks to "Здравко". Manually using a web browser and Windows Command prompt. The command prompt is: curl https://api.dropbox.com/oauth2/token -d grant_type=refresh_token -d refresh_token=<Refresh Token> -u <App key>:<App secret> However, I want to be able to…
I'm using the Dropbox API endpoint "list_folder" to get some file information, and some have the "client_modified" value very wrong, one of the examples is this: { "entries": [ { ".tag": "file", "name": "-----.Zip", "path_lower": "/-----.zip", "path_display": "/-----.Zip", "id": "id:-----", "client_modified":…
Hey, As you probably know, there is an API: https://api.dropboxapi.com/2/team_log/get_events The problem with this API, is that I can't choose multiple categories, or event_types I found this API ( used in Dbx UI): https://www.dropbox.com/2/team_log/get_events_ex where payload has multiple categories. But when I try to…
I have Business Plus Plan with this API available. I uploaded multiple docx files and edited some of them saw the event in dropbox.com/events area. But, when I try to get same event with event_type file_edit using mentioned API, it doesn't appear in the response. Other events, like file_add event_type do appear. Regards,…
So, I'm new to the dropbox API, and the work has been a giant pain. Mainly because of the design of the dropbox api and the unusual decisions that were made. I am writing this in hopes of saving someone else the time it took to find this out. When you get "400 Bad Request" error when accessing endpoint such as "get current…
1). I am using https://api.dropboxapi.com/2/sharing/list_folders API to fetch the data of all the shared Folders but in the response, some folders are missing which I can see on the website. 2.) How can I limit my search for shared folders to a specific folder_path . In other words i want to get the share info such has…
It looks like you're new here. Sign in or register to get started.