-
how to do I get content of a file in Dropboxsdk using java code
how do I get content of a file using dropboxsdk code and we tried with download sdk method but Inputstream is not converting in to proper string Please help us with some sample code for download where we can convert the inputstream to string
-
Maestral Encounters Ongoing Error Pausing Syncing
The Maestral client started receiving an error from the Dropbox API that seems to be incorrect (it's not using V1 of the API). This error pops up regularly and pauses the sync engine. When resumed, syncing works properly until it pauses again with the pop up error. See https://github.com/samschott/maestral/issues/683 for…
-
Re: Suddenly getting "v1_retired" error
It looks like this may be occurring again now when making requests with `grant_type=refresh_token`.
-
dbx.files_list_folder_continue(curson) fails when using SharedLink
Hi, I am listing a password-protected folder shared via a link. result = dbx.files_list_folder(path=root, shared_link=dropbox.files.SharedLink(url=url, password=password)) for entry in result.entries: if isinstance(entry, dropbox.files.FolderMetadata): # do some action with a folder else: # do some action with a file while…
-
API: List all teams and their workspaces id's in the Enterprise account
Hello! If I have an enterprise account, can I list a summary of all of the connected teams within the account via the API? use case: I have an enterprise account and several teams (other dropbox business accounts ) linked with the account. I want to list all the teams and get their workspace's ids in order to traverse them…
-
Can we call list folder api under team space root and meanwhile filtering out the personal folder?
Hi, We've developed applications about dropbox. We found that in the document, (eg. see https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder) there is no way to filter out the personal folder if we call list folder api (eg. https://api.dropboxapi.com/2/files/list_folder) under team space…
-
Searching using search_v2 not searching in all directory
When i use the api search_v2 to search for a file by file name it do search only on the APP Folder that was created by api, and it does not search in the whole Dropbox. Any solution for this?
-
Access without an "app"
Hey, I was wondering if it is possible to access a dropbox account without the token generated in the app console. What I mean is, can I use an api on my python script that will query an input dropbox account (and password obviously) for files and then retrieve it? As far as i've seen, I can only connect via the token to…
-
Update content of the file from an editable share link using the AP
Hi, I want to update the content of the file that is provided using the editable share link (rlkey is one of the query parameters). I tried to get the file id from the https://api.dropboxapi.com/2/sharing/get_shared_link_metadata endpoint and used it on the https://content.dropboxapi.com/2/files/upload. The content is…
-
Unable to access folders in Business account connected by OAuth2 with Team permission set in the App
We have an app with Team permissions checked. See attached screen shot. When users connect our app to Dropbox via OAuth, the process is successful, but the users are not able to see any of their files or folders within our app. The app is scoped Full Dropbox. When we create a second app, with scope set to Full Dropbox, and…
-
Get full path
Hello, I get shared folders for API { "name": "SOLAR", "namespace_id": "1413620231", "namespace_type": {".tag": "shared_folder" } } and i need full path to folder (user@domain.com/folder/folder1/SOLAR) Can you get this path from the API by knowing the namespace_id? Thanks for help
-
Dropbox integration
Hi, I am new to Dropbox integration. I have a username and password. With those details is it possible to integrate the Dropbox API? Best Regards Yabase James
-
Error {".tag":"failed","failed":{".tag":"download_failed"}} is returned when uploaded 13 files
Hi Support, I am using Dropbox API https://api.dropboxapi.com/2/files/save_url to upload 13 files (1 excel and 12 PDF). When I tried on few attempts, the same set of files are not uploaded to dropbox. Then, I have use https://api.dropboxapi.com/2/files/save_url/check_job_status to check the job status of each file being…
-
Connection between EDD Dropbox File Store and Dropbox
I have a problem with EDD Dropbox File Store and Dropbox connection. I connect the Easy digital download Dropbox File Store plugin and it works perfectly but after a period of about 4/6 hours it disconnects then clicking on the download button gives the following error: Fatal error: Uncaught…
-
Nested sharing of team folders
I have a requirement where I created nested team folders and control the permissions for each of them through the DB API. Through the UI, I can easily create a folder hierarchy /AAA/BBB/CCC/DDD and they appear in the UI all as "Team Folders" and control the permissions through the "Manage" feature. But through the API…
-
Re: Upload PDF files/proper encoding
Hello, I have the same issue. Pdf file is generated using python PyPDF4 PdfFileWriter and saved in temporary folder. Then upload that file to current dropbox folder. Upload is successful, file size is same as in temp folder. But file in temp folder can be open with any apps or web browser, uploaded file in dropbox is not…
-
How to implement testConnection method for dropbox instance
we want to implement method for testConnection(), before start anything on dropbox we want check connection is happening or not. Basically we want to implement testConnection in java, please help us with way or step to check connection or get connection
-
How do i integrate Dropbox chooser with Angular app?
I am using angular v 7 which is currently stable angular version. I would like to use angular chooser in my application. I have used it with JavaScript/AngularJS . There i can import script with my app key. Here in angular 7, i need it to work with typescript. How do i do that? If chooser is not available in this scenario,…
-
Cursor at team root level
I am trying to fetch changes from multiple shared folders and user's folders from a business account. Its initially fetched by iteratively calling list_folder and list_folder_continue for each folder I am interested in. My question is, to fetch changes later on, do I need to store the cursor for each folder or is there a…
-
How to get list of shared files owned by my account
Hi there, I would like to get a list of files/folders that I own and have shared with someone else, but I've noticed in the list_folder command from the REST API that it doesn't seem to return information about who owns a shared file/folder - it just contains general sharing info, regardless of whether I own the file and…
-
Cant retrieve my files count with API explore
Hi have few files in space . but it does not show the counts when i try fetch through api explorer
-
Removing myself from shared files
I can remove myself from a file shared with my account by another user using the Dropbox web app. How can i achieve the same action via java api?
-
Regarding OAuth 2
Hi Team, I can able to generate access token without OAuth2, now I have requirement for OAuth2 how can I get that or should I provide that. please find the snap for my account. I request for urgent reply please. Regards Ramya
-
How to create team folder inside my app's folder.
How can I create a team folder inside my app's folder? I want to share a folder with structure (hierarchy of folders) to my team members, I tried it with shared folder but other user not able to see proper structure. My account has team functionality. I tried to create team folder using team_team_folder_v2_create() with my…
-
Dropbox Team in python??
I am trying to create a python file that will download some files automatically, but my account is a business team account and I cannot connect it, I have informed myself what I have been able to and all the forums tell me: if you're using a "Dropbox API" app, your code should look like: dbx =…
-
How to I generate access_token via API to check my own dropbox file's metadata?
Hi there, my use case is the following: (1) Generate a token for Dropbox API to access some metadata for my file (I am interested in whether a mission critical file is synced recently, thus the "server_modified" timestamp); (2) Use this token to get the timestamp; Currently I can have only "short lived" token which…
-
Filename case lost when choosing files from my iOS app
I'm developing an app that uses standard iOS APIs (specifically UIDocumentPickerViewController) to open files including those from a user's Dropbox, if installed. The filename URL I receive is always lower case for files that are mixed case in Dropbox. If I save the file it does sync back correctly using its mixed case…
-
Get thumbnails of files from shared folders
Hi there, I get list of files inside shared folder using "2/files/list_folder" with "shared_link" parameter and I am using response from "2/files/list_folder" into "2/files/get_thumbnail_v2" api call to get thumbnails. "2/files/get_thumbnail_v2" api return "path/not_found/." error invalid path error. Is there any other way…
-
DropBox Integration / SDK 4.0 connection cutting out
Hi, In the last month we have noticed an issue with the Dropbox API connection from our platform to Dropbox and believe this was caused by a recent policy update by Dropbox. We run software service platform that is using the .NET SDK version 4.0 to connect to the Dropbox API. This allows our clients to upload documents…
-
Error (415) on a file I upload via Dropbox API
I uploaded a .txt file to an app folder via DropBox API with Python. When I try to preview the document, I get an Error (415), and if I attempt to download the txt file via the API, I get an empty file. I would be glad if anyone could help me.