-
Unable to download file to a desired path via files_download_to_file using the python api
I am using the files_download_to_file function to try and download a file from my dropbox to a specific location. As parameters I am giving it '/home/user/Desktop' and it is saying IOError: [Errno 21] Is a directory. I am not sure what is wrong with this and would greatly appreciate any support.
-
Migrating access token from API v1 to v2
I am using dropbox-core-sdk-3.0.3.jar for api v2 calls. When I upload my data into specific directory it will perform the uploading process. Then I will manually delete the files which are uploaded in android phone, using web console(Log into account and just deleted). Now when I try to upload the same file it says that {…
-
How to retrieve metadata attributes Java Core API v2
Hi, Porting my Android app from Core API v1 to v2, I wonder how to get to metadata attributes such as modified time (server_modified / client_modified), version number, etc. from Java Core API v2. I am using syntax such as below to retrieve delta. The question is how to get the above attributes from metadata, which should…
-
Error loading version from resource "sdk-version.txt": Not found.
I am migrating Dropbox Android V2 API from V1 in my existing project. I have follow this documentation. I have existing project developed with Eclipse. So i have downloaded "dropbox-core-sdk-3.0.3.jar" and "jackson-core-2.9.0.pr3.jar" files and added under lib folder. The V2 dropbox login process works fine and…
-
File/Folder ID in DeletedMetadata
Could the DeletedMetadata objects in the response to list_folder provide the ID of the file/folder deleted? This will simplify tracking so we don't require to store/update the path in addition to the ID.
-
syncing not working for files uploaded using dropbox api
we have created an app using dropbox api which is sending audio files to our dropbox folder. But those files are not appearing on my desktop although I have full sync on. When I am manually putting files in that folder, they are syncing ok. So how do I sync the files which are coming through the dropbox api?
-
Deleted Files list from Dropbox
Hi, Please suggest me Api, where I can see recent deleted files or folders from dropbox. As I am working on 2waysync i need to remove those files from my app. Thanks.
-
file restore event from version history
When a file is restored from version history on the web, how would one determine if this is a restored file. Both via webhooks and polling method (may not make a difference?).
-
PDF file thumbnail
Hello, I'm using Dropbox API v2. Currently, PDF file thumbnail is not supported on document. https://www.dropbox.com/developers/documentation/http/documentation#files-get_thumbnail This method currently supports files with the following file extensions: jpg, jpeg, png, tiff, tif, gif and bmp. Photos that are larger than…
-
API v2 - Delete File Objective C
I'm looking for a way to delete a file using API v2 and Objective-C. Right now, I'm able to list files, download/upload them, but I can't figure out how to delete. Thanks! Nick
-
API Login Dropbox
lorsque j'essai d'installer une API pour une connexion avec dropbox sur mon site ( VAPOVOR ) j'obtiens une erreur ... ça tourne en boucle et la connexion avec un compte dropbox ne se fait pas ... Par quel support je peux passer ? merci à vous.
-
How to correctly edit the TestData.m file?
Good afternoon. I'm trying to use your test application with my personal data (I edit the TestData.m file in the application). How to properly edit it and what personal information do I need to enter to access my folder?
-
create report of file type usage
I need to create a usage report of our whole company's dropbox instance. For example, we need to know how much video files (in data size) are stored within the whole instance. How do I go about finding all these video files from all user accounts? Is there an example I can begin with? Which APIs would help in this…
-
Using the Chooser in Xcode app not working
When i used Chooser and draged the DBChooser.framework and DBChooser.bundle folders into your project in Xcode Then this error appear when runing app clang: error: linker command failed with exit code 1 (use -v to see invocation) can you help me to solve this issue Thanks
-
-canOpenURL: failed for URL:
Hi! I get the following in the console: What could be the problem? Please, help.
-
Dropbox Webhook for Business
Just install dropbox-psd-python (https://github.com/dropbox/dropbox-sdk-python). Business App integration process was ok. When I add file to my Dropbox Business { u'list_folder': { u'teams': { u'dbtid:AAB***': [ u'dbmid:AAA******', u'dbmid:AAC******' ] } }, u'delta': { u'teams': { u'dbtid:AAB***': [ u'dbmid:AAA******',…
-
Is Dropbox working with Access Control Lists and how can i extract or view them for folders or files
I know that in other cloud storages often ACL´s are used. How does Dropbox grant permissions to users for editing, viewing etc. files or folders. Is there a way to view that info like in a JSON type manner? Thank you in advance!
-
share and unshare folder via api
Hi; I create dropbox accounts for my each customer and i'm sharing a folder with them. They are making a payment to me monthly for these folder's content. I want a automatic web site.It will cancel automaticly the sharing with customer who don't make payment.And after payment, this folder will be active again.Is it…
-
java.lang.UnsupportedOperationException
Hi, This is the code I am using try { /** * Changed URL from dropbox oauth 1 to 2 */ // String urlToken = "https://api.dropboxapi.com/1/oauth2/token"; api.dropboxapi.com String urlToken = "https://api.dropboxapi.com/oauth2/token"; String charset = "UTF-8"; // Or in Java 7 and later, use the constant:…
-
Creating a ZAP that moves a file from a https accessibale folder to dropbox
When the zap towards dropbox starts it returns a error stating: Bargle. We hit an error creating a file. :-( Error: bad handshake: Error([('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')],) It seems that dropbox can't connect to the provided url where the file is situated whilest a browser can…
-
Are webhooks down ?
Hi dropbox team, we just get the mail about "We're seeing a large number of errors being returned by your webhook URI" from you but we still only receive the GET request but do not get any POST request from your servers after re-enabled our Apps. Are webhooks with some problem now? Thanks, Jeffery
-
Get user's account info on V2 api (javascript)
Hello, I am trying to get the user detail information for my development, and the information that I am interested in is "display name" and the "email" I use to get that using client.getAccountInfo() in V1 api. Could you please let me know how to get them in V2? Thanks Maitrap
-
.NET Compare files on disk with those on the cloud and download files that different
Hello, As in the topic, I want to do a program that will compare files that are on the computer and those on the dropbox and only download files that do not match. I never programming API for dropbox and I dont know how start.
-
direct access img PHP
It is possible to access an img in dropbox direct using php, without using the download API method? Or it's only possible to see metadata? //see metadata $folderMetadata = $dbxClient->getMetadataWithChildren("/"); print_r($folderMetadata ["contents"][0]["path"]); //dowload file (I dont want to download file to the server…
-
Can we create account in drop box programmatically.
Hi Everyone, I am new to Dropbox development. I want to create the Dropbox account and application programmatically using Java. Do we have Java API to create Dropbox account programmatically or is there any way that we can create account programmatically without using Dropbox console. Any input will be helpful. Thanks,…
-
API v2 Limits, constant 429 errors.
Looking for some advice on API call struture and rate limits. We are currently collecting data (flat files) from over 2000 applications daily using the User API. 2 users with a number of apps apiece collecting data. We have oAuth tokens created for each app. We are getting specfically 429 errors and even though we increase…
-
Automatic uploads from iOS/watchOS?
Does the Dropbox API allow for an iPhone/Apple Watch app to automatically upload files (say, after finishing a voice memo)?
-
Robust error handling with Python SDK
I'm writing a file-transfer service that uses the dropbox API via the SDK (8.0.0 release). Most of the time it works, but there have been a couple times where I've encountered errors that I'd like to handle gracefully. I'm looking to see how others might have handled it, and also some potential reasons why they are…
-
Commercial services backed by Dropbox
Hi! My question is more about legal aspects rather than technical ones. Let's assume one developed image-hosting web-service where images are stored at Dropbox via API. Is it eligible to make this service be paid? I guess it is, but I'm a bit confused by the Dropbox Reseller Program. What is it about? When do you have to…
-
To upload a file I use "client.put_file(filename, f)" what should I use to download?
Hi, I'm uploading files to Dropbox from an Arduino Yun using the Python. This is the code (working fine) I use to upload # -*- coding: utf-8 -*- import dropbox import datetime suffix = datetime.datetime.now().strftime("%Y%m%d%H%M") filename = suffix + ".jpg" client = dropbox.client.DropboxClient('my token here') f =…