-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Backup and Restore example app to show more error handling.
- Loading branch information
Alexandra Feldman
committed
Oct 28, 2015
1 parent
3c01319
commit f24cd1e
Showing
20 changed files
with
1,463 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Metadata-Version: 1.1 | ||
Name: dropbox | ||
Version: 3.29 | ||
Summary: Official Dropbox API Client | ||
Home-page: http://www.dropbox.com/developers | ||
Author: Dropbox | ||
Author-email: [email protected] | ||
License: Copyright (c) 2015 Dropbox Inc., http://www.dropbox.com/ | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
Description: UNKNOWN | ||
Platform: CPython 2.6 | ||
Platform: CPython 2.7 | ||
Classifier: Development Status :: 4 - Beta | ||
Classifier: Intended Audience :: Developers | ||
Classifier: Operating System :: POSIX | ||
Classifier: Operating System :: Microsoft :: Windows | ||
Classifier: Operating System :: MacOS :: MacOS X | ||
Classifier: Programming Language :: Python :: 2.6 | ||
Classifier: Programming Language :: Python :: 2.7 | ||
Classifier: Topic :: Software Development :: Libraries :: Python Modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
ez_setup.py | ||
setup.py | ||
dropbox/__init__.py | ||
dropbox/babel_serializers.py | ||
dropbox/babel_validators.py | ||
dropbox/base.py | ||
dropbox/client.py | ||
dropbox/dropbox.py | ||
dropbox/exceptions.py | ||
dropbox/files.py | ||
dropbox/oauth.py | ||
dropbox/rest.py | ||
dropbox/session.py | ||
dropbox/sharing.py | ||
dropbox/trusted-certs.crt | ||
dropbox/users.py | ||
dropbox.egg-info/PKG-INFO | ||
dropbox.egg-info/SOURCES.txt | ||
dropbox.egg-info/dependency_links.txt | ||
dropbox.egg-info/not-zip-safe | ||
dropbox.egg-info/pbr.json | ||
dropbox.egg-info/requires.txt | ||
dropbox.egg-info/top_level.txt | ||
test/test_dropbox.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"is_release": false, "git_version": "15f01d9"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
urllib3 | ||
requests>=2.5.1 | ||
six>=1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dropbox |
Oops, something went wrong.
f24cd1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f24cd1e