GADS and other tools will start using the new Directory API in their next releases. Though the provisioning API will be maintained as per the deprecation policy.
Directory API seems redoubtably better than the former Provisioning API, however, I got 403 error when trying to list all users in my domain using 2-Legged oauth1.0. The same code worked fine with provisioning api. What's the possible reason? Thanks
Hi Jerry, the 403 you're getting should include a response body with the reason for the error. The most common would be that the account you were testing hasn't enabled API access for the new API in the admin console. Try verifying that your code has met all of the prerequisites.
Hi Jerry, the 403 you're getting should include a response body with the reason for the error. The most common would be that the account you were testing hasn't enabled API access for the new API in the admin console. Try verifying that your code has met all of the prerequisites.
6 comments :
What's going to happen to applications like GADS that currently work against the provisioning API?
GADS and other tools will start using the new Directory API in their next releases. Though the provisioning API will be maintained as per the deprecation policy.
Directory API seems redoubtably better than the former Provisioning API, however, I got 403 error when trying to list all users in my domain using 2-Legged oauth1.0. The same code worked fine with provisioning api. What's the possible reason? Thanks
Hi Jerry, the 403 you're getting should include a response body with the reason for the error. The most common would be that the account you were testing hasn't enabled API access for the new API in the admin console. Try verifying that your code has met all of the prerequisites.
Hi Jerry, the 403 you're getting should include a response body with the reason for the error. The most common would be that the account you were testing hasn't enabled API access for the new API in the admin console. Try verifying that your code has met all of the prerequisites.
Are there plans to update the Email Settings API?
Post a Comment