-
how to fix:dropbox error 405 ?
-
ListFolder recursive does not list every file
I am using the Dropbox .NET API. When I call ListFolder with recurse=true it seems to miss a small number of files which are deeply nested. I have a reproduceable case. The files I expect to see are visible online and locally. They are listed if I ListFolder on the container or parent folder. But if I do the same with the…
-
Problems using the API in remote Web Server
I'm developing a web app using Dropbox API. When I run Jboss server in my laptop, uploading a file to dropbox works fine. But when I run the server remotely, the uploadFile method doesn't recognise the path that I'm writing in my web app. It recognises only paths from the server's machine. The same happens when I download…
-
Implement access to recents
Hello guys, I'm trying to implement a way of accessing the user's recent files. I looked on the API but found no way to access the "Recents" folder directly. I thought about using list_folder with the recursive flag turned on and then sorting files on the user's device, but this may lead to a lot of calls until I can get…
-
Files uploaded but not in dropbox directory
Hi I use the files_upload function and get a result back that, as far as I can tell, is a successful transfer but the files is not in my dropbox. Can anyone tell from the response if there is an error on my side. I dont know what to look for in this result. result = FileMetadata(name=u'Thursday 19 May 2016 08:11:32PM.jpg',…
-
When will Dropbox terminate the support for ApiV1.0 ?
When will Dropbox terminate the support for ApiV1.0 ?
-
Dropbox no longer store data on amazon?
Hello, these where subdomains used by dropbox in 2012 sub-domain Data-center Description client-lb/clientX Dropbox Meta-data notifyX Dropbox Notifications api Dropbox API control www Dropbox Web servers d Dropbox Event logs dl Amazon Direct links dl-clientX Amazon Client storage dl-debugX Amazon Back-traces dl-web Amazon…
-
UploadAsync fails with small files > 100K and < 1MB
Hi, I used the sample code for UploadAsync() method, in VB.Net, VS 2015, .Net 4.5, API v3.1.2, and for very small files it works perfectly. However for somewhat larger files, ie 151K it never works. I also tried the sample code that uses UploadSessionStartAsync, UploadSessionAppendAsyncV2 and UploadSessionFinishAsync, with…
-
Sync individual files to iOS
New to this stuff ... developing a new iOS app in swift using the new dropbox sdk. I don't need to see the users entire dropbox folders. Just specific to the app Is there an example of how to do this? I think I have seen something about an app specific folder and authentication for dropbox. Any examples for this please?
-
Exception in thread "main" com.dropbox.core.NetworkIOException: Read timed out
The code I'm running is this; public class test { static final String ACCESS_TOKEN = "<REDACTED>"; public static void main(String args[]) throws DbxException, IOException, InterruptedException { DbxRequestConfig config = new DbxRequestConfig("dropbox/java-tutorial", "en_US"); DbxClientV2 client = new DbxClientV2(config,…
-
Is there any query parameter support or search support
Hi We are working on developing an integration, I wanted to know is there any query parameter support or search support for the Dropbox APIs? Is there any link for this information for the APIs on which it is supported and what all parameters are supported
-
401 unauthorized error
Hello Team, We are getting 401 unauthorized error when we are accessing the folders/files with the name includes '(' or ')'. We are accessing the API method with web request. Please suggest me to resolve the 401 unauthorized error. Thanks & Regards Naga Suresh D
-
Fail to load oauth2/authorize page
According to API document, I tried to load authorization page with parameters like below. (covered client_id for privacy) https://www.dropbox.com/1/oauth2/authorize?client_id=<client_id>&redirect_uri=x-agent%3A%2F%2Fdropbox_callback&response_type=code&state=MTQ0NzE0MTkyNTc3MQ%3D%3D The page returned 400 HTTP status error…
-
authentication error
Following is the the code from dropbox tutorials from dropbox.client import DropboxOAuth2FlowNoRedirect, DropboxClientfrom dropbox import rest as dbrestauth_flow = DropboxOAuth2FlowNoRedirect('r********', 'r***********')authorize_url = auth_flow.start()print ('1. Go to: ' + authorize_url)print ('2. Click \'Allow\' (you…
-
Finding number of team files using Business API
Hi. Is there a fast way to calculate the number of files that can be accessed by a team? We'd like to avoid crawling every user account (although a direct end-point for user data including number of files would be great too).
-
API v2 .NET, problem with upload session
Here is my code. If the file is small, the UploadAsync function is called and works flawlessly. However, for larger file, the chunk upload fails. I get a JSON error the first time UploadSessionAppendAsync is called. Any idea what could be wrong ? private async Task Upload(string file, string targetPath) { const int…
-
Proccess OAuth 2 on the web
I have an application integrated with the Drobpox API and I'm using the OAuth 2 flow on the web however when I try to connect it and I'm logged for that browser, I can't see the windows for the confirmation that appear in the step /oauth2/authorize?response_type.... and I access directly. The problem is when I want to…
-
How do I create a shared link with expiry date from API (Python SDK)?
https://www.dropbox.com/developers/core/docs/python#DropboxClient.share
-
Android SDK saved access token fails
When I authenticate my application using OAuth2 method it works fine and I am able to save the token. However, when I reopen the application and try to use the saved token, the authentication always fails. I checked and the token that is created is the same as the one gets saved. Any ideas what might be the issue?
-
KDE Kmail link with dropbox: "user limit reached". What does it main?
I am setting up Kmail, an e-mail client of KDE. One of the things that it offers is the possibility to connect that programme to Dropbox in order to be able to send very large files to addressees using Dropbox. However, setting up the link with Dropbox, i.e. authorising Dropbox to establish an link with Kmail by entering…
-
Reassign Dropbox App to different account
I'm currently developing an iPad app and applied for production status for dropbox usage which was granted. I then realised that my dropbox app is associated with my own personal dropbox account - rather than a work developer dropbox account. Is there anyway I can transfer my dropbox app from one account to another?
-
Api v1 - can I create Permanent Direct Url ?
Hi Dropbox community, In my application, I am caching a list of internal objects which represent a list of excel files in dropbox. For each internal object I am generating a temporary direct url using api v1. I've read in a different post, that this url experies after 4 hours…
-
Update your Dropbox Python Core SDK
Hi! We have recently received a message indicating that the old version of the Python SDK we're using (1.6) is going to be deprecated on Aug 1, 2016. Had a couple of quick questions about this: * If we were to continue using the 1.6 SDK, what sort of issues should we expect? Will all API calls fail due to the expired…
-
BadResponseException: Bad JSON
Dear Dropbox Community, I am using the Dropbox API v2 for my Android app. Lately I have been seeing issues when trying to download a file with client.files().download() where the file does not (yet) exist. Instead of the expected DownloadErrorException, I am getting a BadResponseException (full stack below). I am using the…
-
Android ACTION_SEND changed.
I have an Android app that interacts with other apps using the Intent.ACTION_SEND methodology. This has been working will the Dropbox app until this week (Dropbox app now version 7.2.8) it's not stopped working as intended. The main purpose is to send a file generated from within the app so I am setting EXTRA_STREAM with…
-
Login Issue Winrt 8.1
When attempting to login using the dropnet sdk for Windows phone 8.1, for the most part I usually have no issues but recently I've been running into the problem where multiple times I would need to re-login until I finally get to and past the allow page before being able to browse through the files. While debugging I've…
-
Cache files properly with Core API for iOS and Swift
Hello! I'm now working on the simple Dropbox viewer application. Currently I'm using "download to Documents folder" method like that: if let data = NSData(contentsOfFile: destinationPath) { print("File already cached") } else { print("File not cached, processing cache operation...") Manager.client.loadFile(filePath,…
-
Authentication to dropbox on tvOS
I want to authenticate to dropbox in tvOS. However, when dropbox opens the authentication dialog, there is not way for the user to fill it- the UI does not meet the tvOS requirements. So I want to open a tvOS dialog for username/password. But Is there a way then to take this data to authenticate manually, i.e. using code…
-
list_revisions 500 status on certain files
Hello, I'm working to restore a large number of files via the api list_revisions -> restore behavior. My initial pass work for all but 100 of the targeted files. Every time I used list_revision for these 100 files it gave me a 500 error with no addition details. Workflow: List Dir -> look for entries with a certain…