Hello, Felipe Yes, exactly. I did all steps you mentioned in your message. But there is a subtle detail. My app is not for use by users so it doesn't have an extension element with type navLink in the manifest. And I had to add reference to Contacts scope from an extension element with type openIdRealm. <Extension id="realm" type="openIdRealm"> <Url>http://XXXXX.appspot.com/path/servlet</Url> <scope ref="contactsAPI"> </Extension>
The problem was in the value of URL of the extension element with type openIdRealm. At the beginning I used url: http://XXXXX.appspot.com/ and after I changed it to http://XXXXX.appspot.com/path/servlet the problem disappeared. PS Happy New Year! -- Regards, Eugene -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html
