[web2py] Re: web2py dropbox integration

2013-04-06 Thread Yassine Elouri
hursday, 4 April 2013 11:26:48 UTC-5, Yassine Elouri wrote: >> >> bump. > > -- --- 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 w

[web2py] Re: web2py dropbox integration

2013-04-04 Thread Yassine Elouri
bump. -- --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out

[web2py] Re: web2py dropbox integration

2013-04-04 Thread Yassine Elouri
bump. On Tuesday, April 2, 2013 4:45:08 PM UTC-7, Yassine Elouri wrote: > > Thanks for the link, but I am not able to get it to work. Maybe I'm doing > some thing wrong. Would you please verify this: > I create the private/dropbox.key file with APP_KEY:APP_SECRET:dropbox > in

[web2py] Re: web2py dropbox integration

2013-04-02 Thread Yassine Elouri
7, Massimo Di Pierro wrote: > > Why are you reinventing the wheel? > > look into gluon/contrib/login_methods/dropbox_account.py > > On Tuesday, 2 April 2013 14:40:10 UTC-5, Yassine Elouri wrote: >> >> I am using web2py v2.4.5 and dropbox v1.5.1 for a project and I get

[web2py] Re: web2py dropbox integration

2013-04-02 Thread Yassine Elouri
I accidentally made 2 duplicate posts, so I delete the other one. Can the admin please re-open this topic. Thank you. On Tuesday, April 2, 2013 12:40:10 PM UTC-7, Yassine Elouri wrote: > > I am using web2py v2.4.5 and dropbox v1.5.1 for a project and I get > "invalid token&qu

[web2py] web2py with dropbox python api

2013-04-02 Thread Yassine Elouri
I am using web2py version 2.4.5 and dropbox python sdk version 1.5.1, and I having an issue with "invalid token". I have 3 methods in the default controller, index() redirect the user to the authorization url with a callback to welcome(). This works fine. But when I call the third function user

[web2py] web2py dropbox integration

2013-04-02 Thread Yassine Elouri
I am using web2py v2.4.5 and dropbox v1.5.1 for a project and I get "invalid token" error. I have a default controller with 3 methods. index() takes the user to the authorization url with a callback to welcome(). This part works fine. When I make a call to the third method userinfo() I get "inv