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 Friends of the Unofficial Google Reader API
I have many thousands of users and one who is reporting a problem I
can't diagnose. Unfortunately, I don't have detailed information but
I'm hoping the problem can trigger a suggestion from someone.
The user is authenticated with ClientLogin which my application
believes is successful. But then all further requests return 403.
And that's all I know right now. The user is able to log in with a
different account so it's not environmental and authentication is
working for (literally) the other 99.9% of my users. I do handle
Captcha challenges (which this user isn't reporting) and I had the
user change their password in the hopes that it would reset a
challenge flag or something. The user is able to access Google Reader
through the web. It's probably not relevant but the user is in Israel.
(I'm grasping here.)
Any ideas?
Mihai Parparita
unread,
Sep 3, 2010, 5:30:38 PM9/3/10
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 foug...@googlegroups.com
Are you setting the account type to GOOGLE when requesting the auth token (HOSTED_OR_GOOGLE is the default, but Reader doesn't support hosted (Google Apps for Your Domain) accounts)?
Mihai
Dylan
unread,
Sep 3, 2010, 5:37:05 PM9/3/10
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 Friends of the Unofficial Google Reader API
Thanks for replying.
Yes, I am setting the account type to GOOGLE.
A.I.D.
unread,
Sep 4, 2010, 11:37:45 AM9/4/10
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 Friends of the Unofficial Google Reader API
Maybe you should set it to HOSTED_OR_GOOGLE ?
As they said here http://code.google.com/intl/en/apis/accounts/docs/AuthForInstalledApps.html#Request :
> Use HOSTED_OR_GOOGLE if you're not sure which type of account you want authorization for. If the user information > matches both a hosted and a Google account, only the hosted account is authorized.