moved cloud creation code to an authorizer class

added authorize as part of settings
This commit is contained in:
Rob Weber
2017-01-31 08:08:00 -06:00
parent 2e7552896a
commit 49f6ae5270
7 changed files with 192 additions and 91 deletions

View File

@@ -1,3 +1,7 @@
Version 1.1.0
added tinyurl for oauth urls
Version 1.0.9
fixed dropbox rest.py for Python 2.6 - thanks koying!