Explore Dropbox Developer & API discussions with developers like you.
Hello, When I first created a dropbox app, my redirect_uri was http://localhost:4200/. Everthing was working fine and I continued to develop the application, then I needed to updated the redirect_uri, I changed it to http://localhost:4200/third-party-redirect/ and https://3e0cecfb.ngrok.io/third-party-redirect. After…
Hi, I am using files_get_metadata Python API to check if a file exists or not as following: import dropboxdbx = dropbox.Dropbox( "<LONG KEY>" )dropboxPath = "/log.txt"try: dbx.files_get_metadata( dropboxPath ) print( f"dropboxPath={dropboxPath} exists" )except dropbox.exceptions.ApiError as exception: print(…
error answer in method https://api.dropboxapi.com/2/files/get_metadata Error in call to API function "files/get_metadata": Unknown API function: /2/files/get_metadata
Hi Team, We are trying to provide dropbox support into our existing application which uses file-stack for uploading files. We followed this tutorial and created an APP from the developer console. Currently our app (dropbox developer console) indicates it is in development mode and supports maximum of 500 users although it…
As access tokens get expired in around 4 hours. Do refresh token also have some expiry time?
Hi, I'm new to using Dropbox. My company has a business account with most employees having a Dropbox account. We have a need to get a list of folders and files, shared folders and shared files, and owners of shared folders and shared files for each business User account. Can this be accomplished via the APIs? Thanks.
Hii, what is the difference between viewer and traverse access level provided in the https://api.dropboxapi.com/2/sharing/update_folder_member API. Kindly explain. Thanks
I am trying to integrate DropBox Team features to track user activities in my application. There are deprecated REST APIs to track user activity. Is it still available to use? Link to Deprecated user activity API Along with that, are there any APIs to check the billing details and transaction history for the payment made…
Hii, I have used the https://api.dropboxapi.com/2/sharing/list_folders with Dropbox-API-Select-User header, but only the folders shared is retrieved, also, only top level folders (root folders) are retrieved. How to retrive all the folders recursively that is shared and also, how to get all the files shared with the user.…
Can anyone suggest if / how I might get statistics on Folders and Files from Dropbox's API? I'm making a custom visualization of Starred Files and Folders from a Dropbox user account. Specifically showing: * Starred Files: each File by; Size * Folders & Sub-folders: each Folder by; Size, # of Files Id appreciate any…
It looks like you're new here. Sign in or register to get started.