-
How to retrieve shared link Dropbox API?
Hi, I've been working for hours on this, I'm using C# and I'm working with Dropbox.Api I have a folder in DropBox with .png files, I want to use a raw link to those .png files so I can use it in my code like this :<img src="dropbox_link_to_image"> I've used the CreateSharedLinkWithSettingsArg() method and it creates a link…
-
Help realise download file from Dropbox folder on Visual Basic 2015
I need help in realise downloading file from Dropbox folder on Visual Basic 2015. I found example code only on ASP.NET, but I can`t translate it to Visual Basic code. async Task Download(DropboxClient dbx, string folder, string file) { using (var response = await dbx.Files.DownloadAsync(folder + "/" + file)) {…
-
[Java SDK V2] How to do batch upload?
Hello, I am trying to make Batch upload work by using JAVA SDK v2. I read this documentation and tried to perform a batch upload. There is a general algorithm, which should use direct HTTP calls. 1. First point sais "Group files that are being uploaded to into one or more batches....". I don't know, what exactly is Group…
-
How do I create a shared link with expiry date from API (.Net SDK)?
Would you be able to give me an example how to add an expiration date to a shared link? This is what I have so far: Dropbox.Api.Sharing.SharedLinkSettings sls=new Dropbox.Api.Sharing.SharedLinkSettings(); ???? var result = await dbx.Sharing.CreateSharedLinkWithSettingsAsync(remotePath,sls);
-
Help Android Core API .search() returns Zero results Help
For no reason, the following code stopped working correct and the .search() returns an empty Entry list. This app has been working without problems and alterations for months, serving hunderds of users. The file "myfile.txt" is always present inside the folder, but the .search() method cannot find it anymore. Please help…
-
create_shared_link: stdClass Object ( [error_summary] => path/not_found/.. [error]
Hello ... i'm stuck in a stupid thing. Two different methods, one create folder, the other create_shared_link_with_settings. I create a folder, so i create a shared link for it immediately after, all work ok. I so try to call on another part of the code, the same method create_shared_link_with_settings, which return,…
-
What exactly is namespace
Hello, I read this documentation and I did not understand, what exactly is meant by "namespace" which is being locked. The documentation sais this: "You can think of a namespace as a collection of files and folders in the internal representation of the Dropbox file system. Each user’s private Dropbox folder maps to a root…
-
Upload a file with a given path
m using the new Dropbox SDK v2 for .NET. I'm trying to upload a document to a Dropbox account. public async Task UploadDoc() { using (var dbx = new DropboxClient("XXXXXXXXXX")) { var full = await dbx.Users.GetCurrentAccountAsync(); await Upload(dbx, @/MyApp/test, "test.txt","Testing!"); } } async Task Upload(DropboxClient…
-
Using save_url endpoint w/out knowing the file type
Hi everyone, heres the thing: I have an app where user can provide links to resources (direct download). These resources could be anything from an image, to fonts or zip files. We actually don't know the specifi filetype of each of these files. Within the app, other users can save these files to their dropbox, and for that…
-
Disable desktop notifications for app's folder
I'm using Dropbox Sync to write down small files to sync things in my iOS app. Because records and datastores are too limited in my case, I can't use Datastore. Unfortunately, these internal files are generating a lot of notifications on my desktop. It annoys the user. The solution is to disable sync of this folder on…
-
Permission Denied - Okhttp Dispatcher
I am having trouble uploading to my folder because of a permissions error Here is my error: FATAL EXCEPTION: OkHttp Dispatcher Process: com.example.kestites.exportdatabase, PID: 3131 java.lang.SecurityException: Permission denied (missing INTERNET permission?) at java.net.InetAddress.lookupHostByName(InetAddress.java:464)…
-
SwiftyDropbox Getting token when handling return URL
Writen an app which needs to connect to multiple drobox account so following the instructions here http://dropbox.github.io/SwiftyDropbox/api-docs/latest/ I am handling the return URL after authorising and the page says * "at this point, the app that is integrating with the SDK should persistently save the tokenUid from…
-
Dropbox Chooser Captcha Security Issues
My company is working on utilizing the Chooser in our web app. We have been experiencing a lot of intermittent issues with being able to view the login page in the the Chooser popup window. This is also specifically visible from your own demo on the following page: https://www.dropbox.com/developers/chooser From a user…
-
FileMetadata - path display method
Hi, My question is related to -> https://www.dropboxforum.com/t5/API-support/Any-way-to-get-mixed-case-path-for-a-file/m-p/158703 I have the following piece of code (using the java sdk v2): result.getEntries().stream().forEach(m -> { if (m instanceof DeletedMetadata) { LOGGER.info("[DBX WEBHOOKS] Deleted: " +…
-
Swift 3.0 - no httpError when network connection down
when there is no network connection, the error type is NOT httpError although the description clearly contains the correct domain and code of -1009
-
Swift 3.0 DropboxClientsManager.authorizedClient.files.download got very slow response
Hi I am a new swift developer and currently I'm working on retrieving photos from dropbox. The thing is after retrieving the photo path, I manage to download the photo from that path by using the SwiftyDropbox dowload. However, each response take very long to fully retrieve photo url. Please let me know in case I need to…
-
DropBox API Explorer V2 still uses V1 oauth
I'm trying to setup V2 authorization. From the DOCS, it looks like I use : https://www.dropbox.com/oauth2/authorize However the API explorer(dropbox-api-v2-explorer) has a [Get Token] button that issues a call against: https://www.dropbox.com/1/oauth2/authorize This isn't very helpful since it doesn't match the…
-
Dropbox Saver
What are the limits of dropbox saver in terms of file size and number of files that can be uploaded to dropbox?
-
Dropbox saver is not working
I want to save a file, dropbox saver throws me a message that says that the file is being saved, but it is never uploaded. The file weighs only 30 mb but never saves it. After waiting for a while, dropbox saver throws me a message: Error: This download attempt timed out. Please, thank you for your cooperation.
-
problem initializing DropboxClient instance
I am switching my objective-c app from v1 to v2 - all is working ok under v2 but i receive the "Allow" dialog each time my app is invoke even after I am already logged in. This is not how it works under v1.
-
[Java SDK V2] How to find out whether file exists or not
-
Is there an API to callback my app after I have uploaded a file?
Hi Dropbox team, I have created a website which is integrated with the Dropbox API. My website is working like the below. 1. The site receives the data of the file and saves it on my website server. 2. The site calls the Dropbox API to upload it into dropbox's folder. 3. The site saves the meta info to database. My…
-
Dropbox Sync API alternative
we are developing app in xamarin ios and we are using dropbox sync api component, As we know dropbox sync api will soon deprecated what alternative api/components api can we use to authenicate via dropbox app in ios.
-
NoSuchMethodError while Uploading
Hi, Whenever i try to upload a file, once in a while, i m getting the below message. Error Message: java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonToken.isStructStart()Z Those Files are also not getting uploaded. Please do the needful. Thanks
-
Compilation error whren installing API
Following dropbox ducomentation for compiling API seems some classes are missing: DbxTeamClientV2Base, DbxClientV2Base and DbxAppClientV2Base and compilation ends with error. Below the detailed problem: Starting a new Gradle Daemon for this build (subsequent builds will be faster). Parallel execution with configuration on…
-
User Space Over Quota Exception
Hi, I am developing an app with Dropbox APIs. I am using dropbox-core-sdk-1.8.2.jar currently. What exception is thrown if the user space quota gets over? How can I keep track of the user quota? On getting the user's accountInfo, I get details such as quota.total, quota.shared and quota.normal. What do they signify? can I…
-
Created folder with share_folder and no params, do not appear as shared
I create a folder with a curl share_folder call and no params except path: it create correctly, but it do not result as shared, even if the icon return folder with two little men inside ( :) hope is +- clear what i mean) on dropbox. I should add some parameter or recall some more endpoint, to get it shared? I see with no…
-
[Java SDK V2] How to find out whether file exists or not
Spoiler Hello, we are migrating from Java SDK API V1 to Java SDK V2 and I am writing some integration tests. For example, after I delete a file I need to check, that this file is no longer present on Drobpox or after upload I need to check, that file is there. What is the recommended way, how to do that? My current ugly…
-
want to get event of logged/logout in c#
Hello, I have integrated chrominun browser in our wpf application and browse site https://www.dropbox.com/ on that browser. I want to get event of loggin and logout in c# Any idea, How can we get event of logged.logout event in c# Thanks Lovkesh patel
-
Delta not returning new files
Hello! I am having a problem and I hope someone can shed some light on it. A user renamed a top level directory thus making our internal app think that all of the files it had were "deleted". This would not be a problem because it would see the new directory name and think these were all newly uploaded. The problem is that…