"Dropbox" (Data Connection)
"Dropbox" (Data Connection)
Details
- Use DataConnectionObject to represent data located in Dropbox in Wolfram Language.
- Import can be used to retrieve data from a DataConnectionObject .
- ServiceConnect can connect to and interact with the "Dropbox" service API.
Properties
"ConnectionName" "Dropbox"
"Location" file path
"Redownload" whether to redownload cache files
"path" path to the file
Account Setting & Authentication
Automatic attempt to use saved credentials or give a dialog
"Dialog" give authentication parameters via a dialog
Examples
Basic Examples (1)
Retrieve data from your Dropbox account:
Import@DataConnectionObject[
<|"ConnectionName" -> "Dropbox", "Location" -> "/coneflower.jpg"|>]