orphilia-dropbox
orphilia-dropbox copied to clipboard
Rewrite Orphilia to utilize newer APIs
Orphilia is currently using deprecated client.DropboxClient. I think it's about time I migrated to the new API, maybe it would fix stuff, make it simpler for me to code etc.
Apparently, there is an example sync script for the new API here: https://github.com/dropbox/dropbox-sdk-python/blob/master/example/updown.py
Sounds like a place to start, right?