<?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: Help with BigQuery API skill - Insufficient permission in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-Insufficient-permission/m-p/101684#M3287</link>
    <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d5549726-7e6c-45aa-b48d-73d3e667702c" data-tag-text="@Seb T" href="https://community.blueprism.com/network/profile?UserKey=d5549726-7e6c-45aa-b48d-73d3e667702c" data-itemmentionkey="52591349-a165-42ba-b815-7ba2e86dcd40"&gt;@Seb T&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;I believe the Scope defined in the &lt;STRONG&gt;Common Authentication&lt;/STRONG&gt; section is incorrect.​ Try changing it to:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;CODE dir="ltr"&gt;&lt;A href="https://www.googleapis.com/auth/bigquery" target="test_blank"&gt;https://www.googleapis.com/auth/bigquery&lt;/A&gt;&lt;/CODE&gt;&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jan 2022 01:38:17 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-01-03T01:38:17Z</dc:date>
    <item>
      <title>Help with BigQuery API skill - Insufficient permission</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-Insufficient-permission/m-p/101683#M3286</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm having trouble getting the BigQuery Skill to work. More specifically I am receiving the following 403 error when trying to run the "BigQuery.datasets.get" action.&lt;BR /&gt;&lt;BR /&gt;Internal : Unexpected error Error during Web API HTTP Request&lt;BR /&gt;HTTP Status Code: 403&lt;BR /&gt;HTTP Response Content: {&lt;BR /&gt;"error": {&lt;BR /&gt;"code": 403,&lt;BR /&gt;"message": "Request had insufficient authentication scopes.",&lt;BR /&gt;"errors": [&lt;BR /&gt;{&lt;BR /&gt;"message": "Insufficient Permission",&lt;BR /&gt;"domain": "global",&lt;BR /&gt;"reason": "insufficientPermissions"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"status": "PERMISSION_DENIED",&lt;BR /&gt;"details": [&lt;BR /&gt;{&lt;BR /&gt;"@type": "type.googleapis.com/google.rpc.ErrorInfo",&lt;BR /&gt;"reason": "ACCESS_TOKEN_SCOPE_INSUFFICIENT",&lt;BR /&gt;"domain": "googleapis.com",&lt;BR /&gt;"metadata": {&lt;BR /&gt;"method": "google.cloud.bigquery.v2.DatasetService.GetDataset",&lt;BR /&gt;"service": "bigquery.googleapis.com"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My colleague on the BigQuery side has assured me that the service account should have all necessary permissions.&lt;BR /&gt;&lt;BR /&gt;The OAuth credential has been setup following the API release notes:&lt;/P&gt;
&lt;P&gt;Username:&lt;BR /&gt;&lt;A href="mailto:du-blueprism@velliv-dwh-production.iam.gserviceaccount.com" target="_blank" rel="noopener"&gt;du-blueprism@xxxxx.iam.gserviceaccount.com&lt;/A&gt;&lt;BR /&gt;Password: &lt;BR /&gt;"--- BEGIN PRIVATE KEY ---- \n&lt;BR /&gt;xxxxxx&lt;BR /&gt;----END PRIVATE KEY ---- \n"&lt;BR /&gt;&lt;BR /&gt;Anyone experiencing the same issues or could guide me as to what specific permissions are needed for the service account in order to get this to work? &lt;BR /&gt;I haven't changed any of the default API authentication settings that came with the Skill.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36790.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36796i61CBDB4B7B0080D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="36790.png" alt="36790.png" /&gt;&lt;/span&gt; &lt;BR /&gt;Br,&lt;BR /&gt;Seb&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 11:10:15 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-Insufficient-permission/m-p/101683#M3286</guid>
      <dc:creator>SebT</dc:creator>
      <dc:date>2021-12-30T11:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with BigQuery API skill - Insufficient permission</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-Insufficient-permission/m-p/101684#M3287</link>
      <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d5549726-7e6c-45aa-b48d-73d3e667702c" data-tag-text="@Seb T" href="https://community.blueprism.com/network/profile?UserKey=d5549726-7e6c-45aa-b48d-73d3e667702c" data-itemmentionkey="52591349-a165-42ba-b815-7ba2e86dcd40"&gt;@Seb T&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;I believe the Scope defined in the &lt;STRONG&gt;Common Authentication&lt;/STRONG&gt; section is incorrect.​ Try changing it to:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;CODE dir="ltr"&gt;&lt;A href="https://www.googleapis.com/auth/bigquery" target="test_blank"&gt;https://www.googleapis.com/auth/bigquery&lt;/A&gt;&lt;/CODE&gt;&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 01:38:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-Insufficient-permission/m-p/101684#M3287</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-01-03T01:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with BigQuery API skill - Insufficient permission</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-Insufficient-permission/m-p/101685#M3288</link>
      <description>That did the trick @Eric Wilson !&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;Br,&lt;BR /&gt;Seb​</description>
      <pubDate>Mon, 03 Jan 2022 11:16:44 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-Insufficient-permission/m-p/101685#M3288</guid>
      <dc:creator>SebT</dc:creator>
      <dc:date>2022-01-03T11:16:44Z</dc:date>
    </item>
  </channel>
</rss>

