-
how can i show dropbox file in my appliaction
I am storing files into dropbox through laravel application, how can i get the stored file and show in my application
-
Pythong SDK - team_team_folder_list
Hi I'm having trouble attempting to use the python SDK I'm trying to access a list of team folders using 'team_team_folder_list' For example: dbx = dropbox.Dropbox(access_token) result = dbx.team_team_folder_list(path="") Gives the error: Traceback (most recent call last): File "dropbox-test.py", line 116, in <module>…
-
Delete File (delete (path)) not working
Hi Team, The client.files().delete(path) is not working as expected when path is given as "id:somevalue". However, I am able to delete files using dropbox API explorer. But get the following error, when trying to d it from Java. String 'path' does not match pattern
-
Add folder member rate_limit
Hi, I was testing the ammount of invitations that a user can send (Add_folder_member api call) and reached it around ~350-400 for 24 hours. I could not find any concrete limits documented, so am I wondering how much is it. Furthermore, on another ticket relating to this limit I read that it is possible that some of the…
-
Delete a file using Java api v2
How do I delete a file using the java api v2. I found DeleteArg, but it doesn't seem to do any thing??? Thanks.
-
Java API v2 - DeleteError
For clarification, I am using the Java API v2 for DropBox for an AndroidStudio project. I am trying to use the deleteV2(String path) method and keep running into a DeleteErrorException. Here's the line resulting in the error: client.files().deleteV2(path); where path matches the pattern "(/(.|[\\r\\n])* )|(ns:[0-9]+(/. *…
-
Create a get_temporary_link for a folder in a team account
Hi, Im trying to create a public link from the API, the account where the folder is lodged is a Business account, when I try to share the folder I get "permission denied" error. The main idea is that with a link anyone may download the contents of the folder (zip or single files). Also I would like to set an expiration…
-
Help shape the future of Dropbox webhooks
Hello Developer Community! We’ve got some exciting news – our product team is scoping out upgrades to Dropbox webhooks and they want to hear from you. What changes do you want to see to webhooks? Do you have a use case that could benefit from additional functionality built into Dropbox webhooks? Let’s talk about it. All…
-
How do I get programmatically Dropbox links of all subdirectories in a folder?
Greetings. Our company has Dropbox Business. We would like to get Dropbox HTML links, e.g. https://www.dropbox.com/sh/{long string}/{long string}, for each subdirectory in some folder. There are many (> 100) folders in this subdirectory, so I would like to automate the process. Is there a way to accomplish this? Any…
-
How to retrieve pdf file from dropbox to my custom application in android?
My device having dropbox application from there I can able to retrieve the file that can be shown in my application without any integration Dropbox. in the same way can i get the file data in android... if yes please let me know how to get that
-
Czech diacritics characters in filename
Dear Dropbox, I would like to discuss one specific issue witch we are having with our Business dropbox. We are using http requests to communicate with out Dropbox via Integromat(Czech solution). Issue we are dealing with 1) We need to use diacritics in our Head (Dropbox-API-Arg) in API requests. Everything is working fine…
-
Does Dropbox OAuth have a Rate Limit?
I am doing CI automation testing and using Dropbox for archiving documents. The test begins by performing OAuth authentication with static page objects: Login, Confirmation, Consent. This afternoon, for the first time, CI testing was presented with a new OAuth authentication page: "Verification you are a person" captica.…
-
Mixing Swift and Objective C
I have an application that was first developed for the IPhone and then added support for mac os. Much of this has been developed in Objective C - this is all working fine. As I add new functions I like to do the new development in Swift. Is this possible? In my AppDelegate (Objective C) I save the accessToken - when I try…
-
Access file(xlsx) data programmatically
What I want to do is acess data from an .xlsx-file stored inside my dropbox with the help of some javascript and then use that data inside a graph displayed on a website. What I have done so far is to use the Dropbox API to gain access to a SharedLink. This makes it possible for me to access the file manually when I click…
-
Remove an application from user with Dropbox API v2
Hi, In Dropbox API v2, can a user unlink an app from their account via the "Apps linked" section of their account security page? Please let me know if have any solution.
-
SwiftyDropBox SwiftyDropbox.MobileSafariViewController not in the window hierarchy
Hi, I have developed an application in Xcode (macOS) for iOS and I have integrated the SwiftyDropBox API. I have followed all the instructions in the README, but when I make a call to open a link to DropBox I get the following error. Warning: Attempt to present <SwiftyDropbox.MobileSafariViewController: 0x7fb17981d800> on…
-
Dropbox for Business App - Development to Production Status Confirmation
Hello Greg, We had developed a Dropbox for Business App which was under Development status.We had used all 5 out of 5 slots by 5 Dropbox Teams. When we tried to on-board a new Dropbox Team to our App, we got the following error. "This app is in development mode and can't be authorised by more teams....." We applied for…
-
Download a file using the api
Hi, we have a problem to download from a file using the api. At first we used method files/list_folder, and it works. But after we tried to download file from existing path by id: https://content.dropboxapi.com/2/files/download Response with error: {"error_summary": "path/not_found/..", "error": {".tag": "path", "path":…
-
Delta Sync and detection of existing files
One of dropboxs major advanteges is delta sync, that means only changed parts are transmitted and if someone else uplaoded the file before then you do not have to upload the file because Dropbox just links to that server-side file, correct? If so I wonder how these advanced features are reflected in the Dropbox API? When I…
-
how can i get the all floders except teamsFloders
I wanna get the all floders except teamsFloder,is there such an endpoint ? and what is the difference between a and b about the teamfloder? a: b:
-
too many write operations when uploading files
I am using Elixir wrapper to DropboxAPI to upload files, which is doing simple upload using `files/upload` route. def upload(client, path, file, mode \\ "add", autorename \\ true, mute \\ false) do dropbox_headers = %{ :path => path, :mode => mode, :autorename => autorename, :mute => mute } headers = %{ "Dropbox-API-Arg"…
-
get_shared_link_file returns HTTP error 503
Hello, I got a list of received files from list_received_files. Then I'm trying to download a received file by using preview_url via get_shared_link_file : import requests import json url = "https://content.dropboxapi.com/2/sharing/get_shared_link_file" headers = { "Authorization": "Bearer…
-
Dropbox download API is not working for shared files
Hello I want to download a file someone shared with me using the API, meaning get file content in response content same as in "files/download" call. Unfotunately this call does not work for shared files, saying that "path not found". Also calling "sharing/get_shared_link_file" fails, saying that "service unavilable".…
-
Downloading shared file python API
Hi all, Python 3.6, using module dropbox. I have a URL for a file shared from someone else's dropbox account. The file gets regularly updated (same name, same link). I wish to download from this link. I can't seem to get at it. I have code that looks like: import dropbox access_token =…
-
Dropbox download api is not working
Dropbox download is not working, we are getting this error message 'service unavailable' with error code 503.. what is the alternative of this API. Api endpoint: https://content.dropboxapi.com/2/sharing/get_shared_link_file
-
clientModified & serverModified date
Hi there, I`m facing an issue with the modified dates. The mechanism that I`m working on fetches the client`s files each time a process identifies a new file is added. when the fetching process starts it is checking if there are a new files were added via the serverModified date: only if it is later than the existing date…
-
Direct download using ?dl=1 returns html page
Hi, I'm downloading a folder from dropbox using `curl` with the public share url, and the `dl=1` query parameter. This used to work perfectly until this morning, when it started returning a html page instead. Is this change intentional, and if so, what would be the recommended way to directly download files then? Thanks in…
-
Issue with shared link + ?dl/?raw when it contains specific characters in Filename
Hi! I have an issue with shared links with specific characters in the filename when combined with ?dl or ?raw parameter. When I replace the filename part with the ID of the file, the shared link does work (but that isn't the url returned by the API) -------- Example File Constitucion.pdf (without ó) (Does work)…
-
Net Core 2.0 Compability?
Hi, Is the Dropbox API 2 compatible with the NetCore 2.0? Specifically ASP.Net 2.0? Oskar
-
Simple client Dropbox (which uses API v2)
Where can I get a simple client to synchronize one folder on the computer. Need to constantly sync only one folder. in the folder change files and need to constantly sync. The standard client is very large and consumes a lot of RAM. Please help to find a simple client for Windows. :slight_smile: