This handler uses the Google Admin SDK API library to restore a previously created Google Account on your domain. As long as the inputted username is in the database it will be restored. If an account that is not suspended is inputted, this call will just pass through and the account in question will continue on as normal. Any errors that occur during the posting process will be caught and re-raised by this handler.
To enable the Calendar API and get the Service Account Email and P12 File
1. Navigate to the 'Google Developers Console'
2. Click on the Create Project button (or if you have an existing project that you wish to keep using, click on the project name.)
3. Go to the APIs page and turn on the Calendar service
4. Go to the Credentials page and Create a new Client Id
* Select 'Service Account'
* Select 'P12 Key' for Key type
5. When you click 'Create Client Id', a P12 File will be downloaded
6. Remember the Email for the Service Account that you just created
To add the P12 file to the handler:
1. Download the .zip file for the handler
2. Expand the zipped directory, and place the P12 File that you just downloaded into the resources folder
* Found at google_apps_calendar_create_v3 => handler => resources
* Remember the name of the P12 File, it will be needed later
3. Zip the directory back up and upload to Kinetic Task
The Service Account Email and P12 File name will be used as info values for the handler, and will be used to get access to the Google Services
Name | Description |
---|---|
The email of the user to be restored. |
Name | Description |
---|---|
This handler does not return any results.
GoogleAppsSaUserRestore_V1 (2015-05-28)
Learn more about the Kinetic Data Enterprise Workflow Platform Check it out