Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Dropbox support #166

Merged
merged 18 commits into from
Oct 13, 2015
Merged

Conversation

tomhigginsuom
Copy link
Contributor

Adds support for the Dropbox API for user files (#163).

To connect to dropbox we need a generated accessToken (this commit does not include the web auth workflow - just the file connector be used once a given user has given access to the app).

Example storage config:

{
"id": "55613c2a-e248-4f1d-b33d-d4e2a4045c16",
"storageClass": "org.datavaultplatform.common.storage.impl.DropboxFileSystem",
"label": "Dropbox (Tom Higgins)",
"properties": {
"accessToken": "xxxxxxxxxx"
}
}

tomhigginsuom added a commit that referenced this pull request Oct 13, 2015
@tomhigginsuom tomhigginsuom merged commit 4ce5249 into DataVault:master Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant