Hi Ikai, Using Google App Engine I want to create a Python App using GData API to do the following:
1) as administrator I want to create a group of members using their Gmail accounts as ID. I know their email addresses. 2) my App will send request to each member to get permission to access their Gmail Contacts. The members approve it because they want to be a members of my group - so my App is getting access tokens associated with each member. 3) periodically update each members' Contact list with new Contacts In order to achieve this I have to store members' access tokens and use them when I need to update members' Contact list. Now the questions: 1) How many members can I have? The question comes down to how many tokens outstanding I can have? 2) In OAuth for Web Applications documentation - what is considered Web Application? Does this relates to Google Apps Engine Apps? For Google Apps Engine Apps at some point I will pay for usage, CPU etc. but I don't see the token limits there. Thank You! On Sep 22, 7:33 am, "Ikai Lan (Google)" <[email protected]> wrote: > Yes, I'd imagine so. I'll double check and re-post if it's not true. Do you > have an application that needs to retain more than 10 Google applications > per user? I'm not even sure there are 10 Google OAuth enabled services. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blogger:http://googleappengine.blogspot.com > Reddit:http://www.reddit.com/r/appengine > Twitter:http://twitter.com/app_engine > > > > On Wed, Sep 22, 2010 at 3:05 AM, thstart <[email protected]> wrote: > > According: > > OAuth for Web Applications > >http://code.google.com/apis/accounts/docs/OAuth.html > > > "If you require access to more than one Google service, you can obtain > > multiple access tokens, but no more than ten access tokens per user > > and application can be outstanding at any time." > > > Are there similar limits for OAuth + App Engine? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
