-
PHP - Show thumbnail
Hi peepz, I'm running a PHP project for which I read a specific Dropbox directoty using 'list_folder'. Five files (JPG), matching certain criteria are selected from all returned files. So far, so good. Now, I want to embed these five images in a webpage. Somehow, I don't succeed in this. It's clear to me I'm overlooking…
-
Tagging Folder
There is way to tag the files and folder from the dropbox.com webapp. I'm using python SDK and I want to tag only folders with my specific string numbers how can I do that using SDK. I have check all the API but did not found it. Thank you in advance.
-
Python API: dbx.files_upload does not upload files sometimes (no errors reported)
Good afternoon, We are setting up a process with daily upload of the CSV files from the local repository to the Dropbox repo. The dropbox folder belongs to another colleague with a different Dropbox account, but it is a shared one with a turned-on right to edit and overwrite files. Retrieval of the access token works fine,…
-
Storage limit on JAVA program.
we want to buy enterprise plan,but we have some questions. we will use dropbox in our java program. we are using BOX plateform in our java program,but BOX's developer has a 10GB limit problem. No matter how big storage we bought,such as BOX enterprise plan 15TB,but java program only has 10GB storage to use. Does DropBox…
-
Get list of externally shared files
Is there a way to query a list of all files shared externally across all users? If not, is there a way to do this on a per user level?
-
Why root_folder_id property is not available in the TeamMemberProfile ts type?
I am currently working with the Dropbox API, specifically using the https://api.dropboxapi.com/2/team/members/list_v2 endpoint as documented. According to the official documentation, the TeamMemberProfile object should include a root_folder_id property. However, while implementing this in TypeScript using the official…
-
Cannot refresh short-lived access tokens, node.js
I have a web-app that processes images and uploads them to a single dropbox folder (My account). I have an App for my web app in dropbox and I am successfully able to upload images to said folder. The access tokens to the folder expire every four hours, and I am having trouble understanding the OAuth options that will work…
-
Folder path not found?
Happy Weekend all. Hope you're doing well. I'm aiming to generate image url from dropbox using Development feature. I faced a challenge where the folder path is not found. I'm sure that the folder path is correct and all the images are located in that folder. Here is my snippet code in Python: Unfortunately, I can't show…
-
Allowing Website users to Dynamically create auth tokens and upload/download images
I am searching for a way to implement Dropbox as the data folder for images on my social media site, with api calls made client-side to upload and download images that populate the site. Considering the process for requesting for auth access involving an access url and a manual redirect to that url, which then populates…
-
team_log_get_events and errors encountered by users
Hello, In the dropbox api, we have a python script to report files have been downloaded from a public shared link. This is using the api team_log_get_events, and then iterating through the events and then the event assets. For example the approximate location of the user downloading a file is available in…
-
500 on Approving Request Access to Shared link with invite only option
Hi, I have a folder A which is created programmatically in Dropbox by a user A using my application. (Dropbox SDK ) Now if i create a link via using the rectangular icon with arrow with Invite only permission and can view privilege. Now when the user clicks request access button shown when clicking on the link Iam getting…
-
when I use dropboxAPI to delete file, I get 500 error. why?
It work well,when App run as normal user privilege. but when App run as system privilege, I got 500 error. Code: WinHttpOpenRequest(hConnect,L"POST",L"2/files/delete_v2", L"HTTP/1.1", WINHTTP_NO_REFERER,WINHTTP_DEFAULT_ACCEPT_TYPES,WINHTTP_FLAG_SECURE);
-
Access Code format/configuration
Hi everyone ! Anyone knows the difference between formats of access codes? Something like this : PSx_xx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx and Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_x I don't know if it's relationated with the expiration of tokens. I hope you can help me please 🙂
-
'View on dropbox' PDF embed returning Error 400
Greetings, Visit: https://www.arclab.space/f/dropbox-pdf-test (password is password) The PDF displays fine, but the 'view on dropbox' link returns error 400. This happens with all links, site-wide. The actual share link used in the embed works fine if pasted into the address bar directly. Is this an API glitch? Thanks for…
-
Legal Hold Api
Is there Any API available to apply legal Hold ?
-
Expired link not deleted from file
Hello, For my company I wrote a script that sets an expiration date for the shared links and all works well. The only issue is that once the expiration date passes, the link is expired but not actually deleted from the file. Like on the below screenshot it says that the link expires in 0 days, and when you click on "Copy…
-
Can't connect Dropbox to my Hikvision DVR
My Hikvision DVR was connected fine to Dropbox until Saturday and uploading images. I changed the configurations in the DVR from continuous to event and it stopped uploading. Then I changed to the previous configuration again and it didn't upload anymore. Then I disconnected dropbox from the DVR and now it won't connect…
-
reauthorizeClient
Hi, i get access token in my ios app using dropbox api. i want to reauthenticate in the same app on other device using these access token. How can it be done (in Swift code lang) ? all works in the first device i did the all OAuth process, but not working when I try to reauthorizeClient with the access token from the first…
-
I see the api developer app linked in my Dropbox but no /App folder anywere.
While using the developer app to create a api share. i'm unable to find a folder in my main dropbox to remove any files once i have uploaded though the api. Im really stuck on this! I have currently one file which i sent and read back on a kodi backup app (SUCCESS!) However can't find the file anywere in my dropbox if i…
-
SwiftyDropbox future
Hey guys, can you please share some information about the future of the SwiftyDropbox framework? Version 6.0.0 was released recently and some of the most requested issues were not addressed. 1. Do you have any plans to remove/update Alamofire dependency? v.5 was released quite some time ago and I can not migrate to it…
-
Move file from users home folder to admin home folder
Hello im using team space configuration and trying to use this EP - https://api.dropboxapi.com/2/files/move_v2 to move file from user's home folder to admin home folder and i get 409, tried to add admin header but its not working... Do you have support to such case? if so please share the EP (preferably v2) and relevant…
-
Get List of folders
Hi, I am using dropbox V2 rest apis for my application. I have an usecase to be resolved. There is an api to list all the files and folders within the given folder path. Is there a way to retrieve only the folders within the given folder path? I know that we can differentiate the folders and files using the ".tag" key…
-
SwiftyDropbox - retrieve the paths of all files and folders in the root directory
Hi all, I need help, I have set the SwiftyDropbox SDK in my IOS project, and I am able to do the OAuth process successfully : and i get my dropbox account info when i ask the API: I have problem retrieve the paths of all files and folders in my dropbox root directory.... I used this code: And i get this response : 0…
-
About file link
hi i want to integrate dropbox at my react project and im using php dotnet as a backend i integrate the dropbox at frontend but the issue is that i want to get files from dropbox and convet it into base64 and send it to backend this technique is im using for local ones can anyone tell me how can i do this do i need changes…
-
the files I upload with the api arrive corrupted
Hello, my name is Bernardo, I am wanting to implement the Dropbox API to a support system. I use the example that dropbox gives on github to upload files, in my code it works but when I enter the dropbox folder the file is uploaded corrupted and it does not allow me to open or download it, I attach my code, I hope you can…
-
API /sharing/list_file_members and sharing/list_file_members/batch returning different result
API /sharing/list_file_members and sharing /list_file_members/batch returning different result for same file ID /list_file_members/batch , return blank entries while /list_file_members/batch , return 1 owner entry for a file Please check below , for same file id , API returning different result.…
-
search (/2/files/search_v2) using multiple paths/regex
Hi, I want to search within multiple folder/subfolders, I tried passing regex/ multiple paths but i got an error for invalid path. Is this possible anyway? For example I want to search within these 2 paths /folder1/subfolder1 /folder2/subfolder2
-
/copy_reference/save returns [409] no_write_permission
Im using account with space team configuration and trying to move file from team folder to home folder and get that response: [409] {'.tag': 'path', 'path': {'.tag': 'no_write_permission'}} Im sending the request with that headers: 'Authorization': '<some token>', 'Dropbox-Api-Path-Root': '{".tag": "root", "root": "<root…
-
Is there SDK API to retrieve file comments
Can we get Comments added by other users using Java SDK API ?
-
System.Threading.Tasks.TaskCanceledException: A task was canceled.
We have 500 machine which upload file at same time. We are getting RateLimitException. We are doing a retry after waiting rateLimitException.ErrorResponse.RetryAfter seconds. to test this. I came up with a console app. Following is my code public async Task UploadDBparallelly(List<string> dbLocalFilesPath) { List<Task>…