Reputation: 11
I am trying to create a Google App Engine Web application in PHP that is capable of administering my Google Apps users and groups and create detailed per-user reports.
The built-in PHP API is appallingly inadequate with seemingly no functionality to perform user administration so I wanted to use the Google APIs Client Library for PHP but I'm having trouble including this API in my Google Apps project.
Can anyone suggest how I can best approach this?
Thanks in advance for any help and or suggestions on how to proceed.
Upvotes: 0
Views: 95
Reputation: 1
In your project you need to select ADMIN SDK which should give you access to all api's realted to that. Directory API etc. At least that is what I think and how I have it setup. Only since I am a very little skills I struggle to use the PHP library ;)
Upvotes: 0
Reputation: 7054
Did you do a quick google search on using the Google API PHP Client from App Engine?
Is so, you might have seen this article which I guess explains the entire thing for you.
Upvotes: 1