Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using google provisioning api on my website. I want to authenticate user using AppsService class.

C#
AppsService service = new AppsService("domain", "admin username", "admin password");
UserEntry user = service.RetrieveUser("username");
But it throws exception: Execution of request failed: https://apps-apis.google.com/a/feeds/pmu.mygbiz.com/user/2.0/username


InnerException is: The remote server returned an error: (503) Server Unavailable.
It was working before 6 months ago
Posted
Updated 17-Jun-15 4:13am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900