Get help with the Dropbox API from fellow developers and experts.
I am getting following error too frequently while using Dropbox Java SDK Please suggest solution for this com.dropbox.core.RateLimitException: null at com.dropbox.core.DbxRequestUtil.unexpectedStatus(DbxRequestUtil.java:387) at com.dropbox.core.v2.DbxRawClientV2$1.execute(DbxRawClientV2.java:154) at…
First we are calling list folder with limit as 200 limit UInt32(min=1, max=2000)?The maximum number of results to return per request. Note: This is an approximate number and there can be slightly more entries returned in some cases. This field is optional. Then after getting first 200 records , we are calling list folder…
We have following java method in SDK , but even passing false , it list shared folders https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/files/ListFolderBuilder.html#withIncludeMountedFolders-java.lang.Boolean-…
I have some folder which is shared with this email: test@test.com. (I guess that such a dropbox account does not exist). Anyway if I use java api call: DbxClientV2 client;//some client String sharedFolderId;//some shared folder id List<UserMembershipInfo> users =…
Python SDK for Dropbox: I am able to get the team member id but I also need to list given name, surname, external id, persistent id, and email. See below code sample. For results I get class List and result(0] gives me the below as well. for info I get MembersGetInfoItemV2('member_info',…
I have created an api with PHP language, I can connect list folders and files etc.. But I cant get the images width and height with api, How can I do this with the latest api documentation ? https://www.dropbox.com/developers/documentation/http/documentation I have sent request with "include_media_info": true But there is…
How can i know if i am 100% updated with the API endpoints and behavior ? is there a way to check that ?
Hello! I'm using Java SDK and trying to add dropbox into my app. I was following the guide from dropbox github https://github.com/dropbox/dropbox-sdk-java/tree/main When I try to check if it works, I get exception from the subject at the line with FullAccount account = dropboxClient.users().getCurrentAccount();…
In this guide of Dropbox it is nicely explained how to deal with files and folders in Dropbox using their API. But on reaching the endpoint to fetch files and folders in a location using Java SDK instead of list of FileMetaData objects we get MetaData objects which has much less fields for files/folders compare to…
Hello , i need to know about how i can integrate dropbox api to my new nextjs app for dynamicly upload file throw my nextjs page into dropbox and rendreing this pdf file to the user in my app page ... i found ancient javascript api integration but still dont understund how can i implement this using typescript instead of…
It looks like you're new here. Sign in or register to get started.