[web2py] Re: Dropbox in the book

2015-03-23 Thread Gray Kanarek
Line 2: use_janrain(auth_filename='private/dropbox.key') Line 1 imports use_dropbox, not use_janrain. Should use_janrain in line 2 be: use_dropbox(auth_filename='private/dropbox.key') instead? Or is use_dropbox imported and then never called? Or should it be use_janrain which is imported? I t

[web2py] Re: Dropbox in the book

2015-03-22 Thread Massimo Di Pierro
what's L2? I do not what you should do. Do you want to use Dropbox or Janrain? ;-) On Sunday, 22 March 2015 00:36:25 UTC-5, Gray Kanarek wrote: > > The book has the following instructions for integrating Dropbox: > > from gluon.contrib.login_methods.dropbox_account import use_dropbox > use_janra