On Tue, Aug 13, 2013 at 6:24 AM, Artem Savateev <[email protected]>wrote:
> I am writing an application on the platform of Google Engine for my > company. The application should work with corporate contacts that are > created within the account [email protected]. > > When trying to get contacts so: > http://www.google.com/m8/feeds/contacts/compnet.supervisor% > 40compnet.ru/full /, I get a 403 error (Your client does not have > permission to get URL /m8/feeds/contacts/compnet.supervisor% > 40compnet.ru/full/ from this server.). > It sounds like your application didn't authenticate into Google. You need to go through OAuth https://developers.google.com/accounts/docs/OAuth2 to verify to Google that your application has permission to access those contacts. After you get the access token from authenticating, you need to send it along with every request as well. ----------------- -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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
