Hello Sergey, In order to import contacts on behalf of your domain's users, the administrator should use 2-Legged OAuth<http://code.google.com/apis/gdata/docs/auth/oauth.html#2LeggedOAuth>as the authorization mechanism. That will let your application send requests on behalf of the user specified in the xoauth_requestor_id query parameter.
Also, please consider using batch requests if you are going to do massive imports. That will save bandwidths and times for both your application and our servers. Best, Alain On Fri, Nov 4, 2011 at 11:10 AM, Sergey Averchenkov <[email protected]>wrote: > Greetings, > I am trying to export Google Gmail personal contacts for all users on > a Google apps account domain (I am not talking about Domain Shared > contacts here). I am using administrative credentials for the Google > apps account to access each user. I do not have login/password for > each user. Right now, I am getting an error "Your client does not have > permission to get URL /m8/feeds/contacts/{user}/full". > > Is this scenario supported? > > Thank you > > -- > 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 > -- Alain Vongsouvanh | Developer Programs Engineer -- 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
