cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anyway to use Impersonation in the Google API with Blue Prism ?

Hello!

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.

36832.png


4 REPLIES 4

GopalBhaire
Level 10

Hi Gabriel,

Have you tried the Google Sheet API skill from DX? 

Thanks,

Gopal

Hello, @GopalBhaire !

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.​​

GopalBhaire
Level 10

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

@GopalBhaire

Oh ! I wish I'd known it was this simple, been fighting with this for at least 4 months now, you're amazing! Thanks!!!​