[google-appengine] use O auth 2.0 in gspread library ?

2013-11-01 Thread Vijay Kumbhani
gspread library : https://github.com/burnash/gspread

give me,  one examples 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] use O auth 2.0 in gspread library ?

2013-11-01 Thread Vinny P
On Fri, Nov 1, 2013 at 2:37 AM, Vijay Kumbhani vnkumbh...@gmail.com wrote:

 gspread library : https://github.com/burnash/gspread

 give me one example



The *gspread* library does not directly handle OAuth, see the open pull
request at https://github.com/burnash/gspread/pull/75 . The library expects
that the hosting application will handle login, and then pass in an access
token for the library to use to sign requests.

You can get an access token by following this guide:
https://developers.google.com/api-client-library/python/guide/aaa_oauth and
then passing it to *gspread*.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.