<?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 Error 403 when making a get command in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79151#M2785</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello guys, I am facing a problem when I try to perform a get on the API I'm developing command. Did they could to help?&lt;BR /&gt;&lt;BR /&gt;I have to get to get acesstoken, but when I make a get any (group list), the system returns me the error 403 (unauthorized access).&lt;BR /&gt;&lt;BR /&gt;I have tested everything and I can not make the get, I've checked the permissions on my azzure directory and also checked the uri, what could it be? Here some pictures of my code and it returns me ... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="btn_comando.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/16789iBBC9A9C7A369C5F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="btn_comando.png" alt="btn_comando.png" /&gt;&lt;/span&gt;﻿&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="permissoes.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/16790iB29CC72DF4875BA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="permissoes.png" alt="permissoes.png" /&gt;&lt;/span&gt;﻿&lt;BR /&gt;&lt;BR /&gt;I am very grateful if you help me!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2016 18:21:23 GMT</pubDate>
    <dc:creator>brunozanoelo</dc:creator>
    <dc:date>2016-10-17T18:21:23Z</dc:date>
    <item>
      <title>Error 403 when making a get command</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79151#M2785</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello guys, I am facing a problem when I try to perform a get on the API I'm developing command. Did they could to help?&lt;BR /&gt;&lt;BR /&gt;I have to get to get acesstoken, but when I make a get any (group list), the system returns me the error 403 (unauthorized access).&lt;BR /&gt;&lt;BR /&gt;I have tested everything and I can not make the get, I've checked the permissions on my azzure directory and also checked the uri, what could it be? Here some pictures of my code and it returns me ... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="btn_comando.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/16789iBBC9A9C7A369C5F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="btn_comando.png" alt="btn_comando.png" /&gt;&lt;/span&gt;﻿&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="permissoes.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/16790iB29CC72DF4875BA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="permissoes.png" alt="permissoes.png" /&gt;&lt;/span&gt;﻿&lt;BR /&gt;&lt;BR /&gt;I am very grateful if you help me!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:21:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79151#M2785</guid>
      <dc:creator>brunozanoelo</dc:creator>
      <dc:date>2016-10-17T18:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error 403 when making a get command</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79732#M2813</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/13974"&gt;@brunozanoelo﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Based on my test, the token is case-sensitive, try "Bearer " instead.&lt;/LI&gt;
&lt;LI&gt;As per the &lt;A href="https://msdn.microsoft.com/en-us/library/mt243842.aspx" target="_self"&gt;BOL Get Groups&lt;/A&gt;, &amp;nbsp;to get groups, the url is &lt;SPAN style="color: rgb(42, 42, 42); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; font-variant-ligatures: normal; font-variant-caps: normal;"&gt;&lt;STRONG&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups&lt;/A&gt;&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="color: rgb(42, 42, 42); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; font-variant-ligatures: normal; font-variant-caps: normal;"&gt;It seems that you're trying to access the REST API via PL/SQL in Oracle, try to test the API via &lt;A href="https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en" target="_self"&gt;postman&lt;/A&gt; at the&amp;nbsp;first.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 02:33:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79732#M2813</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-10-19T02:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error 403 when making a get command</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79888#M2821</link>
      <description>&lt;P&gt;Hello Friend &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang﻿&lt;/a&gt;! Thank you so much for your answer. As you said, I tried to work with the postman did not work, I managed to get success with acesstoken, but when I try to run the get command, still returns me the error 403 (as printscreen attached).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What can it be? I'm desperate, I do not know what can be.&lt;BR /&gt;&lt;BR /&gt;Waiting for one answer!! Thanks a lot for the help!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 10-19-16 at 08.44 AM.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/16988i173193F2DA728EAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 10-19-16 at 08.44 AM.PNG" alt="Screen Shot 10-19-16 at 08.44 AM.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:50:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79888#M2821</guid>
      <dc:creator>brunozanoelo</dc:creator>
      <dc:date>2016-10-19T10:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error 403 when making a get command</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79899#M2822</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang﻿&lt;/a&gt;, my application is in delphi programming language and is used in desktop, so the app registration must be in Native client app, correct? Whitout the secret client ID, is that correct?&lt;BR /&gt;&lt;BR /&gt;See this image of all permissions granted for my app, i think is all fine.&lt;BR /&gt;&lt;BR /&gt;i think is something about the configuration of my app, idk, because in the postman i got the same error (403).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 10-19-16 at 09.22 AM.PNG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/16989i5A1AAE395F4AB9C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 10-19-16 at 09.22 AM.PNG" alt="Screen Shot 10-19-16 at 09.22 AM.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 11:24:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/79899#M2822</guid>
      <dc:creator>brunozanoelo</dc:creator>
      <dc:date>2016-10-19T11:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error 403 when making a get command</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/80159#M2830</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/13974"&gt;@brunozanoelo&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Hello Friend &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;! Thank you so much for your answer. As you said, I tried to work with the postman did not work, I managed to get success with acesstoken, but when I try to run the get command, still returns me the error 403 (as printscreen attached).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What can it be? I'm desperate, I do not know what can be.&lt;BR /&gt;&lt;BR /&gt;Waiting for one answer!! Thanks a lot for the help!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 10-19-16 at 08.44 AM.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/16988i173193F2DA728EAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 10-19-16 at 08.44 AM.PNG" alt="Screen Shot 10-19-16 at 08.44 AM.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/13974"&gt;@brunozanoelo&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The access token in the picture looks weird. Ususally a valid token is starting with "ey",like "eyJ0eXAiOiJKV1QiLCxxxxxx", how did you get that access token?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 01:23:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/80159#M2830</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-10-20T01:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error 403 when making a get command</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/80373#M2838</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang﻿&lt;/a&gt;! Thank you for your reply...&lt;BR /&gt;&lt;BR /&gt;I got this access token in the postman, in the button "Get new access token".&lt;BR /&gt;&lt;BR /&gt;Apparently it seems that acesstoken is wrong?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get&amp;nbsp;the accessToken I informed these settings in the postman:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 10-20-16 at 08.07 AM.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/17113iB274B019E4ACAE28/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 10-20-16 at 08.07 AM.PNG" alt="Screen Shot 10-20-16 at 08.07 AM.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 10:13:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/80373#M2838</guid>
      <dc:creator>brunozanoelo</dc:creator>
      <dc:date>2016-10-20T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error 403 when making a get command</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/80423#M2844</link>
      <description>&lt;P&gt;Hello my friend&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang﻿&lt;/a&gt;, Fine?&lt;BR /&gt;&lt;BR /&gt;I deleted my application and remade from scratch, as the steps that give the power of bi site, apparently everything is okay but I still can not make the get command.&lt;BR /&gt;&lt;BR /&gt;One strange thing I noticed was that if I run in production mode in the apiary, I can make successfully get command, but the postman not...&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 11:40:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/80423#M2844</guid>
      <dc:creator>brunozanoelo</dc:creator>
      <dc:date>2016-10-20T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error 403 when making a get command</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/80893#M2859</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/13974"&gt;@brunozanoelo﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, I seem to get the global scenario.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You're developing in Delphi, while in Delphi there's no known integration API to get the token as in&amp;nbsp;C#.&lt;/LI&gt;
&lt;LI&gt;You're trying to get the token via postman then apply the token in Delphi to import pbix file to Power BI Serivce.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;I don't know how postman works to get that token, that token looks wrong.&lt;/LI&gt;
&lt;LI&gt;Try to get the token via C# &lt;A href="https://github.com/Microsoft/PowerBI-CSharp/tree/master/samples/consoleapp/getting-started-for-dotnet-import" target="_self"&gt;getting-started-for-dotnet-import &lt;/A&gt;(you're requesting token via postman, did you have any approach to integrate postman with Delphi?)&amp;nbsp;and write the token&amp;nbsp;somewhere, maybe&amp;nbsp;in a text file.&amp;nbsp;In Delphi import the pbi file with the token&amp;nbsp;in text file. The token can expire, so you would have to re-run the C# to get a new one.&lt;BR /&gt;Or as I sugguested before, check&amp;nbsp;&lt;A title="" href="http://stackoverflow.com/questions/6174584/call-c-sharp-dll-from-delphi" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#be9a27"&gt;Call C# dll from Delphi&lt;/FONT&gt;&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;The registered app is a native client app, cilentid is enough to get the token.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 21 Oct 2016 09:15:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-403-when-making-a-get-command/m-p/80893#M2859</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-10-21T09:15:47Z</dc:date>
    </item>
  </channel>
</rss>

