You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-obj...@googlegroups.com
I am trying to use google task api. Can I login to google with username and password.
Greg Robbins
unread,
Oct 15, 2012, 12:36:56 AM10/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-obj...@googlegroups.com
Authentication for Google APIs requires that users sign in via OAuth 2. There is no longer support for authenticating users by providing a username and password to the API server.
zengyanzhi
unread,
Oct 15, 2012, 12:53:19 AM10/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-obj...@googlegroups.com
You mean that we must use webview to finish the login step?
But I have used one application that can use username and application-spesific passwords to login.
在 2012年10月15日星期一UTC+8下午12时37分28秒,Greg Robbins写道:
Greg Robbins
unread,
Oct 15, 2012, 1:24:39 AM10/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-obj...@googlegroups.com
Older Google APIs did support a username/password protocol for authenticating users, called ClientLogin. For security reasons, that protocol is considered deprecated, and does not work with newer APIs.