cancel
Showing results for 
Search instead for 
Did you mean: 

How to automate Google Computer Vission API

RomeshTejwani
Level 2
I am trying to use Get image Properties using google computer vision API.  I provided a proper value for OAuth 2 (JWT Bearer Token) Authentication Credential Name but while executing getting following error.  Internal : Unexpected error The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.     
1 REPLY 1

MagdalenaKosior
Level 3
Hi Romesh, I am trying to implement the PDF to Text google skills that requires an OAuth 2 token.  How did you implement getting the token in blue prism?  I am trying to set up a web service to get it from google by sending in the client id and secret but cannot find any documentation on how to configure this exactly. Thanks