I added some dropbox support (needs improvement) in your model
from gluon.contrib.login_methods.dropbox_account import use_dropbox use_dropbox(auth,filename='private/dropbox.key') and private/dropbox.key shoud contain: "key:secret:access_type" After connection the client object is in auth.settings.login_form.client Let me know if you dive it a try. On Nov 13, 5:40 pm, Massimo Di Pierro <[email protected]> wrote: > Has anybody integrated dropbox login with web2py? > If so, would you share the code? It could go in the book v4.

