<?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 Help with BigQuery API skill and OAuth credential in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-and-OAuth-credential/m-p/55967#M1223</link>
    <description>​So I have a need to user BigQuery to retrieve some results, operationally I think I can make this happen. My question is how do I set up the OAuth credential that was in the skill package correctly? I received a json key that should be holding all the relevant information, but I keep getting a 403 error and a permission denied. &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;&amp;nbsp; "error": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": 403,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Request had insufficient authentication scopes.",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "errors": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Insufficient Permission",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "domain": "global",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "reason": "insufficientPermissions"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status": "PERMISSION_DENIED"&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My colleague who is working the BigQuery side of things has assured me that the account has the permissions to run the query, but this looks like it is not the case to me.&amp;nbsp; Any thoughts?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Brian Clayton&lt;BR /&gt;Lead Developer - C#/Blue Prism RPA&lt;BR /&gt;The Auto Club Group&lt;BR /&gt;America/Detroit&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Oct 2020 16:24:00 GMT</pubDate>
    <dc:creator>bclayton1896</dc:creator>
    <dc:date>2020-10-30T16:24:00Z</dc:date>
    <item>
      <title>Help with BigQuery API skill and OAuth credential</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-and-OAuth-credential/m-p/55967#M1223</link>
      <description>​So I have a need to user BigQuery to retrieve some results, operationally I think I can make this happen. My question is how do I set up the OAuth credential that was in the skill package correctly? I received a json key that should be holding all the relevant information, but I keep getting a 403 error and a permission denied. &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;&amp;nbsp; "error": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": 403,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Request had insufficient authentication scopes.",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "errors": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Insufficient Permission",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "domain": "global",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "reason": "insufficientPermissions"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status": "PERMISSION_DENIED"&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My colleague who is working the BigQuery side of things has assured me that the account has the permissions to run the query, but this looks like it is not the case to me.&amp;nbsp; Any thoughts?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Brian Clayton&lt;BR /&gt;Lead Developer - C#/Blue Prism RPA&lt;BR /&gt;The Auto Club Group&lt;BR /&gt;America/Detroit&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Oct 2020 16:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-and-OAuth-credential/m-p/55967#M1223</guid>
      <dc:creator>bclayton1896</dc:creator>
      <dc:date>2020-10-30T16:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Help with BigQuery API skill and OAuth credential</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-and-OAuth-credential/m-p/55968#M1224</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b18cb73f-e082-4bea-9598-bf3cb9783d33" data-tag-text="@Brian Clayton" href="https://community.blueprism.com/network/profile?UserKey=b18cb73f-e082-4bea-9598-bf3cb9783d33" data-itemmentionkey="bfc34bd3-4ecf-44d1-8f79-936bfa06ad41"&gt;@Brian Clayton&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;When you say you received a "json​ key" are you talking about an API key? If so, that's a different authentication credential type than the OAuth JWT type currently configured in the BigQuery skill. You can always change the definition of the underlying Web API Service definition to a different credential type. Blue Prism will display a warning when you try to open the Web API definition, but you can accept it and continue.&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>Mon, 02 Nov 2020 18:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Help-with-BigQuery-API-skill-and-OAuth-credential/m-p/55968#M1224</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-11-02T18:12:00Z</dc:date>
    </item>
  </channel>
</rss>

