yes. Look into this: https://github.com/web2py/web2py/blob/master/gluon/contrib/login_methods/dropbox_account.py
It has methods and example about how to copy files (put/post) and do directory listings (dir) in dropbox. On Monday, 23 February 2015 18:09:53 UTC-6, Alex Glaros wrote: > > Am writing app for government agencies to post meeting info for public > transparency. Agendas and meeting materials will eventually be many and be > large docs, e.g., PowerPoint presentations, graphics, etc, so would like to > use Dropbox instead of my app, which is on PythonAnywere. > > Is it possible to have gov clients upload their docs to my app and have my > app automatically post docs to Dropbox so that clients think it's my > storage, not Dropbox, and have docs posted to public URL where citizens can > find each gov agency's specific meeting info? > > The goal is not to hide Dropbox partnership, just automate the process so > clients only have to register one place, with me, not Dropbox. > > thanks > > Alex Glaros > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

