Using the Dropbox Datastore API in Python
dropbox.com
Using the Dropbox Datastore API in Python
1–10 of 26 posts
Re: Using the Dropbox Datastore API in Python
#2Re: Using the Dropbox Datastore API in Python
#3I wonder if Guido is behind this. He wrote the Datastore API for AppEngine, and transferred to Dropbox last year.
Re: Using the Dropbox Datastore API in Python
#4Re: Using the Dropbox Datastore API in Python
#5My thought would be to create a locked folder accessible only by APPX and then if the user decides they don't want to use the service any more and revokes permission to APPX the folder gets deleted.
Re: Using the Dropbox Datastore API in Python
#6I love the sound of this but remain cautiously optimistic. One thing that immediately comes to mind: How do you prevent the user from breaking their own user experience by deleting folder X or moving file Z? My thought would be to create a locked folder accessible only by APPX and then if the user decides they don't want to use the service any more and revokes permission to APPX the folder gets deleted.
Re: Using the Dropbox Datastore API in Python
#7I wonder if Guido is behind this. He wrote the Datastore API for AppEngine, and transferred to Dropbox last year.
Yes, Guido wrote the datastores part of the Python SDK and also played a big role in the design of the Datastore API itself.
Re: Using the Dropbox Datastore API in Python
#8I love the sound of this but remain cautiously optimistic. One thing that immediately comes to mind: How do you prevent the user from breaking their own user experience by deleting folder X or moving file Z? My thought would be to create a locked folder accessible only by APPX and then if the user decides they don't want to use the service any more and revokes permission to APPX the folder gets deleted.
Or is the datastore invisible to the front end UI and Dropbox application?
Re: Using the Dropbox Datastore API in Python
#9Earlier quoted context omitted.
Yes, Guido wrote the datastores part of the Python SDK and also played a big role in the design of the Datastore API itself.
Are dropbox front-end and apis built with Python at first place?