Get help with the Dropbox API from fellow developers and experts.
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)// //…
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
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…
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'
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?
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…
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:…
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…
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…
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…
It looks like you're new here. Sign in or register to get started.