<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Precondition check failed error using Gmail API v1 in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65043#M2822</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/56638"&gt;@Sukhmanpreet_Ka&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you working against a Google Workspace environment? If not, you won't be able to access the GMail API. It is only supported on Google Workspace. You can still use IMAP and SMTP for simple access to a GMail mailbox though.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Mar 2022 00:56:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-03-09T00:56:00Z</dc:date>
    <item>
      <title>Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65029#M2808</link>
      <description>Does anyone get it to work?&amp;nbsp; I get the following error to use gmail.users.messages.list or gmail.users.messages.read.&lt;BR /&gt;&lt;BR /&gt;Internal : Unexpected error Error during Web API HTTP Request&lt;BR /&gt;HTTP Status Code: 400&lt;BR /&gt;HTTP Response Content: {&lt;BR /&gt;"error": {&lt;BR /&gt;"code": 400,&lt;BR /&gt;"message": "Precondition check failed.",&lt;BR /&gt;"errors": [&lt;BR /&gt;{&lt;BR /&gt;"message": "Precondition check failed.",&lt;BR /&gt;"domain": "global",&lt;BR /&gt;"reason": "failedPrecondition"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"status": "FAILED_PRECONDITION"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steven Cheng&lt;BR /&gt;IT Application Advisor&lt;BR /&gt;Celestica Inc.&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2020 22:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65029#M2808</guid>
      <dc:creator>StevenCheng</dc:creator>
      <dc:date>2020-08-27T22:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65030#M2809</link>
      <description>Hi, Steven,&lt;BR /&gt;&lt;BR /&gt;you are lucky guy &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; as I just solved it after 3 almost full days of investigation this morning. &lt;BR /&gt;&lt;BR /&gt;My understanding is following:&lt;BR /&gt;1. you need to have G Suite account activated (if you don't have it you can activate it for 14 days for free). So to state it clearly - this will not work for personal gmail account - as long as you are going to use service account.&lt;BR /&gt;2. if first step done you need to perform all the steps which are found here &lt;A href="https://developers.google.com/admin-sdk/directory/v1/guides/delegation" target="test_blank"&gt;https://developers.google.com/admin-sdk/directory/v1/guides/delegation&lt;/A&gt;&lt;BR /&gt;3. when you import bpskill you need to follow the guide for configuration&lt;BR /&gt;4. when all configurations are done you need to change properties of the Common Authentication parameters in Authorization URI and Audience like in the image below. The scope and subject depends on your environment and requirement.&lt;BR /&gt;4. after that it should work, at least it worked for me&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8712.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8888iA40D2E788E8E392D/image-size/large?v=v2&amp;amp;px=999" role="button" title="8712.png" alt="8712.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2020 13:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65030#M2809</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-08-28T13:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65031#M2810</link>
      <description>Changing the Common Authentication definition should not be required, at least it wasn't for me. However, as &lt;SPAN&gt;Zdeněk mentioned, you will have to have a company deployment of G-Suite to test this using a Google Service Account. That means you will also have to have a domain name that you can tie to the G-Suite configuration.&lt;BR /&gt;&lt;BR /&gt;I did continue to receive the 400 error for quite a while after setting up my G-Suite though. I ended up restarting my Blue Prism client a few times and then things started working correctly. Not sure if that was an issue of something having been cached from the initial failed attempts or what.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Cheers,&lt;BR /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2020 23:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65031#M2810</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-08-28T23:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65032#M2811</link>
      <description>It looks like I spoke to soon. &lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt; You do have to set the value of &lt;STRONG&gt;Subject&lt;/STRONG&gt; on the Common Authentication page. However, instead of hard coding the value you can set it to the value of the &lt;STRONG&gt;userId&lt;/STRONG&gt; input parameter that is required on every method. What this ends up doing is telling Google which specific user the service account is requesting delegated authority for. Here's what my Common Authentication section looks like:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8738.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8914i30109F1601B6B61F/image-size/large?v=v2&amp;amp;px=999" role="button" title="8738.png" alt="8738.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Aug 2020 00:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65032#M2811</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-08-29T00:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65033#M2812</link>
      <description>Hi &lt;SPAN&gt;Zdeněk: I am trying to automate GMail API using the Skill from DX. Can you help me to share any specific guide from Blueprism to perform the list of configurations. I am trying to send my private KEY in Credentials using getProfile action. I am getting error like below.&lt;BR /&gt;&lt;BR /&gt;Internal : Unexpected error PKCS8 data must be contained within '-----BEGIN PRIVATE KEY-----' and '-----END PRIVATE KEY-----'. I tried multiple approach to send the KEY in credential manager in the below format but I am getting same error. Would you able to guide me for this error.&lt;BR /&gt;&lt;BR /&gt;Approach 1: '-----BEGIN PRIVATE KEY-----' myPrivatekey '-----END PRIVATE KEY-----'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arthanareeswaran Chandrasekaran&lt;BR /&gt;Technical Lead/ Architect&lt;BR /&gt;IBM&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2020 15:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65033#M2812</guid>
      <dc:creator>Arthanareeswara</dc:creator>
      <dc:date>2020-09-03T15:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65034#M2813</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2094"&gt;@Arthanareeswara&lt;/a&gt;​,&lt;BR /&gt;&lt;BR /&gt;What do yo mean you're using the getProfile action? If you're using the GMail skill from the DX you configure the credential details in Settings -&amp;gt; Security -&amp;gt; Credentials. Enter your Issuer and Private Key information there and then reference that credential within the GMail skill definition on the Common Authentication page.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2020 15:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65034#M2813</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-09-03T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65035#M2814</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;: Thanks for responding. I have updated my API KEY in Credentials under "Google OAuth2 JWT Credential" in below format&lt;BR /&gt;&lt;BR /&gt;'----- BEGIN PRIVATE KEY -----'\n AIza---kuE \n'----- END PRIVATE KEY -----'\n. While Executing getprofile I am getting below error. Can you help me with the exact format to be used for updating the key in credentials. I tried multiple approach but still no luck.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Error Message:&amp;nbsp;&lt;/STRONG&gt;"Internal : Unexpected error PKCS8 data must be contained within '-----BEGIN PRIVATE KEY-----' and '-----END PRIVATE KEY-----'.&lt;BR /&gt;Parameter name: privateKey".&lt;BR /&gt;&lt;BR /&gt;Attaching the screen shot for your reference from the common authentication. Thanks once agiain for your support.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arthanareeswaran Chandrasekaran&lt;BR /&gt;Technical Lead/ Architect&lt;BR /&gt;IBM&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2020 15:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65035#M2814</guid>
      <dc:creator>Arthanareeswara</dc:creator>
      <dc:date>2020-09-03T15:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65036#M2815</link>
      <description>Hi BP Community Users: Have anyone encountered the above issue while working with GMail API. If you have any solution can you help me. Thanks...&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arthanareeswaran Chandrasekaran&lt;BR /&gt;Technical Lead/ Architect&lt;BR /&gt;IBM&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2020 03:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65036#M2815</guid>
      <dc:creator>Arthanareeswara</dc:creator>
      <dc:date>2020-09-04T03:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65037#M2816</link>
      <description>Hi, &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2094"&gt;@Arthanareeswara&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;please look at the screen shot which I posted in my post. You need to change Authorization URI and Audience fields in Common Authentication. Then as I wrote before you have got G Suite product licensed? I can definitely walk you through it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2020 08:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65037#M2816</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-09-04T08:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65038#M2817</link>
      <description>Hi @Zdeněk Kabátek: Thanks for responding. Yes I am using G-Suite Account and I have made the changes but now I having different error! Not sure what is the issue. I have also tested the API Settings in "https://developers.google.com/gmail/api/reference/" which is working fine.&lt;BR /&gt;&lt;BR /&gt;Here is the response&amp;nbsp;&lt;BR /&gt;{&lt;BR /&gt;"emailAddress": "arthaaadhi@visha.page",&lt;BR /&gt;"messagesTotal": 7,&lt;BR /&gt;"threadsTotal": 7,&lt;BR /&gt;"historyId": "1439"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arthanareeswaran Chandrasekaran&lt;BR /&gt;Technical Lead/ Architect&lt;BR /&gt;IBM&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 06:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65038#M2817</guid>
      <dc:creator>Arthanareeswara</dc:creator>
      <dc:date>2020-09-07T06:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65039#M2818</link>
      <description>Hi, &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2094"&gt;@Arthanareeswara&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;this means it works now! Congratulations :)! &lt;BR /&gt;&lt;BR /&gt;The API call will return JSON which is what you got. I assume you called a function (getProfile) which returns email address, number of messages, number of threads and some historyId.&lt;BR /&gt;&lt;BR /&gt;So what you want to do with this? - this is important question. Or what do you try to achieve?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 06:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65039#M2818</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-09-07T06:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65040#M2819</link>
      <description>Hi &lt;SPAN&gt;Zdeněk Kabátek: No I am not getting successfull response while executing the APi Call from Blueprism only If&amp;nbsp; execute the API Call via below link I am getting successful response!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.google.com/gmail/api/reference/rest/v1/users.messages/get" target="test_blank"&gt;https://developers.google.com/gmail/api/reference/rest/v1/users.messages/get&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;While I execute the code from Blueprism I am getting error as attached in my last thread. Please let me know what I am doing wrong...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Aadhi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arthanareeswaran Chandrasekaran&lt;BR /&gt;Technical Lead/ Architect&lt;BR /&gt;IBM&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2020 13:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65040#M2819</guid>
      <dc:creator>Arthanareeswara</dc:creator>
      <dc:date>2020-09-09T13:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65041#M2820</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2094"&gt;@Arthanareeswara&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Lets review a few things.&lt;BR /&gt;&lt;BR /&gt;1) You've got a subscription (free or otherwise) to Google G Suite?&lt;BR /&gt;2) You've enabled the GMail API in your Google console?&lt;BR /&gt;3) You've created a service account in the Google console under "APIs &amp;amp; Credentials"?&lt;BR /&gt;4) You've added the service account details (email address and private key) to a OAuth 2.0 (JWT Bearer Token) credential in Blue Prism?&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8790.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8966i975B1DEE31A86B37/image-size/large?v=v2&amp;amp;px=999" role="button" title="8790.png" alt="8790.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;5) You've associated that credential with the Google GMail Web API definition in Blue Prism and updated the Common Authentication details as mentioned previously?&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8791.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8970iE79E633B65A49C9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="8791.png" alt="8791.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2020 13:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65041#M2820</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-09-09T13:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65042#M2821</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2094"&gt;@Arthanareeswara&lt;/a&gt; &lt;BR /&gt;&lt;BR /&gt;Were you able to successful establish Gmail PI in Blueprism. I am facing issues while making Gmail API connection. I have created a ser​vice account in Gmail and generated the private key. I used the entire value of private key starting from ----BEGIN PRIVATE KEY---- to&amp;nbsp; &amp;nbsp;-----END PRIVATE KEY----&lt;BR /&gt;&lt;BR /&gt;I am seeing the below error :Unexpected error Failed to get OAuth2.0 Access Token : "The operation has timed out" ""&lt;BR /&gt;&lt;BR /&gt;In Private key I used the&amp;nbsp; syntax:&amp;nbsp;&lt;BR /&gt;
&lt;P style="font-weight: 400;"&gt;-----BEGIN PRIVATE KEY-----&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;[privatekey]&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;-----END PRIVATE KEY-----&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I I removed the \n with next line before copying the key into credentials of blueprism.&lt;BR /&gt;Please help&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sukhmanpreet Kaur Bhullar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2022 00:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65042#M2821</guid>
      <dc:creator>Sukhmanpreet_Ka</dc:creator>
      <dc:date>2022-03-09T00:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65043#M2822</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/56638"&gt;@Sukhmanpreet_Ka&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you working against a Google Workspace environment? If not, you won't be able to access the GMail API. It is only supported on Google Workspace. You can still use IMAP and SMTP for simple access to a GMail mailbox though.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2022 00:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65043#M2822</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-03-09T00:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Precondition check failed error using Gmail API v1</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65044#M2823</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;, We are using Gmail API against Google Workspace environment. Could you please help me solve the issue I am facing with Gmail API.&lt;BR /&gt;&lt;BR /&gt;​Thanks,&lt;BR /&gt;Sukhman&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sukhmanpreet Kaur Bhullar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2022 14:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Precondition-check-failed-error-using-Gmail-API-v1/m-p/65044#M2823</guid>
      <dc:creator>Sukhmanpreet_Ka</dc:creator>
      <dc:date>2022-03-09T14:14:00Z</dc:date>
    </item>
  </channel>
</rss>

