Is there anyway to use Impersonation in the Google API with Blue Prism ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-05-21 02:52 PM
Is there anyway to use Impersonation in the Google API with Blue Prism ? For example:
With this Python Code, I've impersonated the email (2) with the Service Account Credentials (1), and with it I managed to do a GET from the spreadsheets within the Organization.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-05-21 10:01 AM
Hi Gabriel,
Have you tried the Google Sheet API skill from DX?
Thanks,
Gopal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-05-21 01:15 PM
We are using this skill, it have the option to put a credential based on the Json generated by the Service Account, but it does not have the option to use impersonation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-05-21 01:26 PM
Hi Gabriel,
If I understand correctly only subject is extra parameter required for impersonation? If that is the case, you can pass the subject in Common Authentication field as a param.
Thanks,
Gopal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-05-21 01:28 PM
Oh ! I wish I'd known it was this simple, been fighting with this for at least 4 months now, you're amazing! Thanks!!!
