-
Upload Files to Shared Folders via Zapier Integration
Within the Zapier integration, there is the ability to upload to Dropbox but not a Shared folder in Dropbox. After reading through the current API documentation it doesn't look like there is a programmatic method to do this either on an automated basis either. Am I misunderstanding or is there not a way to fully automate…
-
still 500 error
does your dropbox work properly still getting 500 server errors commonly using API?????
-
API Error 500
We're using Embedder whhich has been working fine forever. Today we're getting erors which appear to be a result of a 500 script error from the dropin.js URI: https://www.dropbox.com/static/api/2/dropins.js Is it just us?
-
sessionDeinitialized when using authorizedClient?.withpathRoot(…)
Hi all I'm trying to access a folder outside of my personal root (a team folder). if let client = DropboxClientsManager.authorizedClient?.withPathRoot(.namespaceId("12345678")) { // do nothing print("dropbox connected") // client.users.getCurrentAccount().response(completionHandler: { user, error in// // print(user)// //…
-
Get a temporary link to stream content of a team folder file
Hello, Can you please help, How we can Get a temporary link to a team folder file? We have files under team folders and want to generate a link to get the files. Same as we do for user folders using /get_temporary_link
-
Dropbox Webhooks to get group changes notifications
I'm using the Dropbox Business API. I've been successful at experimenting for a while with webhooks for file changes and having an understanding of the documents getting uploaded/deleted from Dropbox from all the users.Now I need to do the same but for user permissions. I need to understand given a list of users with…
-
Unable to create a shared link using Dropbox API in python
I suddenly have an issue with the Dropbox API. The following error found while trying to create a shared link. stone.backends.python_rsrc.stone_validators.ValidationError: unknown tag 'banned_member'
-
Team access token
Getting error "This token is not associated with a team" when trying to access team data using User access token. Can you please help to find out how we can create access token for Team?
-
embed latest image from Dropbox folder to website
Hello, Hope somebody can help. I'm trying to embed the latest image from Dropbox to a website. Unfortunately I can't get the script right. If anyone can help with the script it would be great. <!DOCTYPE html><html><head> <title>Display Latest Dropbox Image</title></head><body> <div id="image-container"> <img…
-
Batching API not returning permissions for groups
I am trying to fetch the permissions of multiple files using batching, I have shared a file `abc.txt` to a group which was created automatically and includes invited members. But while running the API, response is not returning that group. API endpoint: https://api.dropboxapi.com/2/sharing/list_file_members/batch Response:…
-
Cannot Save App Permissions on DBX Platform
I have created the app but I keep checking the box in permissions for files.content.write and files.content.read and it won't save. Everytime I authenicate, it says those permissions are not shared, and I go into the app and the boxes are unchecked. How do I save permissions? I went to Branding and hit save but it doesn't…
-
Dropbox API OAuth 2.0 Access Token
We are currently working on a website (https://ppbranding.com.au/contact) that includes a contact form with a multiple-file upload option. When a user submits this form, we aim to generate a folder in our Dropbox account. This folder will be named after the user's input in the 'Name' field of the contact form, followed by…
-
Having Trouble Moving Files Out of Dropbox With rclone
Hello community, My team has ~115 TB of data stored in Dropbox. Last week, I abruptly received word that the unlimited storage option for the plan we've been using is being "sunsetted", effective Nov 27th. It feels like we are being evicted with ~1 month's notice. Not fun. I have obtained a large NAS to replace the role…
-
I would like to know whether the folder is under a team folder or a user folder
I would like to know whether the folder that specified in the Chooser widget is under a team folder or a user folder. Is there an appropriate API for this? I guess it is available by folder id and get_metadata API.
-
Issues using Embedder in a lock-down CMS like SharePoint or TDX
Hi Dropbox devs! I am trying to embed some Dropbox files into a knowledge article in TeamDynamix (TDX). I followed the Embedder API docs and I am able to embed files in a test web server, but not in TDX. Unfortunately, TDX does not allow data-* attributes, which your API requires for passing the API key, nor does it allow…
-
API Cannot Find Any Files
I'm just starting out with the Dropbox API and am trying to just see all my files that I had manually uploaded to my account. I enabled all permissions for my access token just to be sure. However, my script below shows that my account is empty. But there are several files uploaded when I view the web ui. Here is my…
-
So I want to create new folder via api inside team folder which is already created in dropbox.
So I have team folder 'https://www.dropbox.com/home/Shared%20Folder/Team%20Folder' something like this Shared Folder -> Team Folder both folder is Team Folder and Now I want to create another team folder inside Team Folder any idea how to do it as I'm new to dropbox api if I'm right I can't do it using User API right have…
-
file upload issue API from zoho crm
Hi, I trying to upload a file from Zoho CRM to Dropbox one of the user account's folders. I used the URL: https://content.dropboxapi.com/2/files/upload. Receive error response message from Dropbox is: *…
-
User root folder path in organizational user accounts where Team space is enabled
I'd like to know how to easily obtain the user root folder path in organizational user accounts where Team space is enabled. For user accounts where Team space is disabled, the URL to a user's file looks like this: https://www.dropbox.com/home/foo/bar/baz However, for organizational user accounts with Team space enabled,…
-
Downloading and uploading files from dropbox .net sdk using my own account
Hi im new to developing with dropbox and im having a hard finding the following info. im using dropbox .net sdk to upload and download images from my own account i set up a little test using the generated access token from developer app portal, this token is short lived (starts with sl.) i've seen based on some question…
-
Help to create a No expiration Token
Hello there is someone for help me to activate No expiration Tokens
-
Way to search by property value?
I am assigning a custom property value to a file. Is there a way to search by it? I don't see property groups in your search example for: https://api.dropboxapi.com/2/files/search_v2 How do I make sure that my query only matches a property group value?
-
400 Client Error: Bad Request for url: https://api.dropboxapi.com/2/files/create_folder_v2
Hello, I can't get my code Python to work. Can you help me? import dropboximport requests # Remplacez ceci par votre propre jeton d'accès OAuth 2ACCESS_TOKEN = 'Mytoken' # Remplacez ceci par l'ID de l'utilisateur spécifique que vous souhaitez sélectionneruser_id = ('dbid:Myid') # Initialisez le client Dropboxclient =…
-
Shared Access to Folders within the App
I have my app set up and running as I want it to, but now I need to make sure that I can share access to individual folders with others within my app. As I was reading up on this I read: Full Dropbox You get full access to all the files and folders in a user's Dropbox. Your app should use the least privileged permission it…
-
How to get account object for file uploader?
We have an app that's using team-scoped credentials. A particular file has a `modified_by` attribute that returns an account ID. We have a team-scoped resource (created by constructing a `DropboxTeam` object). That has a `as_user()` method which takes a member id, but this obviously doesn't work for it. We tried…
-
Download on scoped app
I got a Scoped App (App Folder) where I put a JPG image and now I want to download it with my Javascript app, on a Node JS environment. When I try to use the "filesDownload" method, I get the error "Error in call to API function "files/download": Path root is not supported for sandbox app.". I'm calling the function with a…
-
Where can I check the response of the API support ticket?
Hi, I am wondering where can I check the response of the API support ticket? The ticker is submitted here: https://www.dropbox.com/developers/contact
-
Is the python dropbox api thread safe?
I'm using different dropbox contexts created with dropbox.Dropbox(...). In my application, I have two or more contexts sharing the same target account (and Console Apps) at a time. Example: contexts c1, c2 and c3 use the account foo@mail.com (App Foo) and c4, c5 use the account asd@mail.com (App Asd). Can I use all of them…
-
How to programmatically get the Authorization code without requiring the user approval in OAuth 2.0
Hi, I need to get approve code programmatically without this form via c# code this is my code How it should be modified in order to get approve code automatically without user actions ? Thanks in advance
-
File path has changed after 21. October update
Hello! We are using Dropbox to read and write files through API. We have a team folder that is called /Company's shared workspace and we used to send all files to this folder. Today, when I tried to read some files from our Software, which is integrated with Dropbox via API, I got a lot of errors like DownloadError('path',…