Re: [web2py] oauth2 for google

2016-01-21 Thread Marin Pranjić
from gluon.storage import Storage On Thu, Jan 21, 2016 at 3:51 PM, dirman wrote: > I am getting > > global name 'Storage' is not defined > > when using Storage(json.load(f)['web']) > > I need help > > -- > Resources: > - http://web2py.com > - http://web2py.com/book

[web2py] oauth2 for google

2016-01-21 Thread dirman
I am getting global name 'Storage' is not defined when using Storage(json.load(f)['web']) I need help -- 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) ---