-
I'm saving a file url by using dropin api, after a while that url starts to give 401?
Are file urls that given from dropin buttons has lifespan? or something else is happening?
-
Cannot open login page with NetFront browser
I have to connect dropbox via embedded devices. The device use NetFront browser version 3.4 to access web. I cannot open oauth2 login page because this page have some ajax or jquery. Please give me some suggestion for this case. Thank you Wekij
-
I need a VB.Net API for secure transfer of files.
I design software that needs to check for updates and other related things, but need a server to do so. I've tried a number of different services that have so far failed to meet my requirements. I do not know anything about building an API for this, so any help will be appreciated. I do not want hackers to be able to use…
-
Android: authenticate using Dropbox app without using SDK?
I am writing an android app that connects with Dropbox using the REST api. It does not use any SDK. Currently my users give my app permission to access their Dropbox account using a web browser, which works. However, most of them would prefer not to enter their username and password into the browser, something they do not…
-
How to download folder and all the files and folders in it?
- (void)loadFile:(NSString *)path intoPath:(NSString *)destinationPath; not working for folders.
-
Magento integration with dropbox using api module
Magento integration with dropbox My shopping cart is in magento platform. i have product images in dropbox, so how can i integrate with it ?
-
How to get a link to specific user's folder on dropbox.com
As Dropbox API does not offer a way to manage membership of shared folder, I want to give the dropbox.com URL to user. (the URL shows "Shared folder options" of user's specific shared folder.) Can I get that URL?
-
Cordova/Phonegap plugin for Dropbox Chooser
Hi, I am building a cordova/phonegap app which will let users choose the files in their dropbox. But the problem is that I have to open the chooser in InAppBrowser and the button click opens a popup which takes focus. this results in dropbox not able to communicate with my app as the page which opened chooser no longer…
-
Dropbox app
I created app successfully but it does not show in folder. Please help me
-
a dropbox for teachers that students can access files and upload assignments
we are developing a website where teachers and student get access only when they get online. my question is if it is possible how can we create accounts from single login which we have created for teachers to have a dropbox which their students can access in specific can only upload and download but cannot delete or edit…
-
SwiftyDropbox (v0.2) - invalid_access_token
Hi, I'm trying out SwiftyDropbox and following the code given in the blogpost (https://blogs.dropbox.com/developers/2015/05/try-out-swiftydropbox-the-new-swift-sdk-for-dropbox-api-v2/). When I try and do something (e.g. client.usersGetCurrentAccount()) I get an HTTP error: invalid_access_token Any help would be…
-
No webhook notification received on dropbox content change
I created an app, it receives the verification and answers it. When I test it with dropbox-hook.py (https://blogs.dropbox.com/developers/2014/05/dropbox_hook-py-a-tool-for-testing-your-webhooks/) it gets the message and answers it. But it does not receive any notifications when I upload or delete a file in my dropbox. I…
-
"Restricted Content" DMCA notice via API with the provided Getting Started PDF
Hi, Starting from today I'm seeing what I believe to be a spurious DMCA notice when attempting to download the Getting Started PDF that Dropbox provides when signing up for an account. Previously this exact same API request has been working for several months, and indeed if I log in via the web browser I can still see,…
-
Can I pull the path of the file in the user's dropbox folder?
Ok, What I would LIKE to have happen is that the app only run if it is somewhere in the user's dropbox. This is a small app that for the most part, I only want to use for myself, but I may give to others for use later. Is there a way to do this? I've played with the basics of the API and get basic authentication and I can…
-
unreliable data transfer w/ API
Hi, I'm using API to transfer data from my computer to Dropbox. For 50 500MB files 5 have failed with the error like this: Uploading "/var/lib/condor/execute/dir_2220/oneA.e15.oswrk136_500GB.data" to "/bigWrkA/oneA.e15.oswrk136_500GB.data"..*** FAILEDAn error occurred requesting /chunked_upload Can you advice me how to…
-
Error downloading https://www.dropbox.com/static/api/2/dropins.js. Received HTTP code 403 from p ...
roxy after CONNECT Hello everybody, I'm trying to use the save button in my project and for achieve this I follow the following link https://www.dropbox.com/developers/dropins/saver. I've configured the app domain in the configuration page but when I try to save a test file the ajax request give me the errore used for the…
-
Dropbox Core API on Android and startActivityForResult
I am trying to switch from SyncSDK to Core API. Everything going smoothly apart from your sample about picking up authentication result on onResume method of the activity. Shouldn't Core API Android helper follow Android design pattern and deliver result to activity after calling startActivityForResult? SyncSDK does this.…
-
Sync API framework not connecting to Dropbox server?
Hi, I’m using the Dropbox Sync API framework in my Mac app and I have had one user report problems enabling the Dropbox sync in my app. The framework never connects to the Dropbox sync, but keeps on trying with this log: 23/03/2015 23:10:17.952 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method…
-
upload files to Dropbox from iOS app with Swift
Hello! I am working on a Swift app that will upload a text file to dropbox. I followed this tutorial (https://blogs.dropbox.com/developers/2014/09/swift-apps-with-dropbox/) and managed to link the app with the dropbox account. However, I am not sure how to integrate the DBRestClientDelegate with my Swift code in order to…
-
LInking salesforce objects with dropbox
i am using dropbox app in my salesforce. Can i save the modified date of recently added file in Dropbox within a salesforce object?
-
no result by using SDK 1.3.13 and swift
Hi, I completed some tests with success by writing code in a view controller but when I moved my code in a class (to be used in background) I have no result and no error. Could you please help ? any suggestion ? Many thanks Sébastien My previous code: class ViewController: UIViewController, DBRestClientDelegate,…