Get help with the Dropbox API from fellow developers and experts.
Is there a way to view all tags on the account via API? I see https://api.dropboxapi.com/2/files/tags/get ... but for this you need paths to items. I want all tags for all folders or files. Is that possible?
There is a scoped app folder , and Im trying to access a zip file in a folder called "myfolder" in the Apps folder . In the script , I gave the dropbox path as /Apps/myfolder/download.zip , however while Im running the script it says : Invoke-RestMethod : {"error_summary": "path/not_found/...", "error": {".tag": "path",…
https://github.com/dropbox/dropbox-sdk-dotnet Is this an official source? Downloads\dropbox-sdk.zip tried to load a suspicious source detected as Amsi.Edge.22.C2AFDFF1 and was blocked. Your device is safe. Bitdefender returns me this message and blocks the file from downloading. I can't turn it off on my work computers.…
So, the event we receive via webhooks to a 'full dropbox'-scoped app looks like: [2023-09-15 22:55:42,859 wew.handler_plugins. DEBUG] Received Dropbox event:{ "delta": { "teams": { "dbtid:AADBsJ4zo2S_tS_n3iyHzatB4h16n2yT-2c": [ "dbmid:AAAfY_5hmDSrYzFkd7T2BrWPPepevkydBY0", "dbmid:AAA22dYwGQDF4xFp03M2NWEZq_7jgJV0XX8",…
Using HTTP API, there is any endpoint to delete the files from Deleted files folder(Dropbox Recycle bin)?
We use the Dropbox Chooser API and have recently started having a problem with it (from last two days). Now when the user selects a file from the Chooser pop-up then clicks "Choose" to confirm their selection, an error appears saying "Failed to load request". The pop-up window does not close and nothing is returned to our…
Hello, I'm using Python APIs. When I try getting metadata for one JPG file from a folder, for example using dbx.files_get_metadata("path/to/image.jpg") I see the tag media_info=NOT_SET. On the other hand, if I go to the browser and check the file, in the toolbar I see this: Any idea on why this happens?
I am trying to add property groups to a file with https://content.dropboxapi.com/2/files/upload and I am getting an error "HTTP header "Dropbox-API-Arg": property_groups: expected list, got string". How is my property groups a string? What am I doing wrong? $meta = array( "name" => "this is something" ); $fields = array(…
Hello, I hope you're all well. I'm encountering an issue while working with the Dropbox API, specifically regarding permanent file deletion, and I'm seeking your assistance. I've created a scoped app in the app console and configured permissions in the account info, files and folder, and collaboration sections. My goal is…
I'm at a loss. As a Dropbox developer, I created an app and received an access token, app key, and app secret. coreball The API connector requests the following information: username, password, token endpoint, and "shared header" key and value. I'm not sure what codes to enter where.
It looks like you're new here. Sign in or register to get started.