<?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 Get files from File on Citrix in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-files-from-File-on-Citrix/m-p/2769292#M38664</link>
    <description>&lt;P&gt;We need to connect to several xls files that are on a remote desktop. To access them manually, we do it with CITRIX, is there any way to configure a data source in Citrix so that I can connect or import those files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thks!&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 06:57:43 GMT</pubDate>
    <dc:creator>jesuslogmein</dc:creator>
    <dc:date>2022-09-15T06:57:43Z</dc:date>
    <item>
      <title>Get files from File on Citrix</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-files-from-File-on-Citrix/m-p/2769292#M38664</link>
      <description>&lt;P&gt;We need to connect to several xls files that are on a remote desktop. To access them manually, we do it with CITRIX, is there any way to configure a data source in Citrix so that I can connect or import those files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 06:57:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-files-from-File-on-Citrix/m-p/2769292#M38664</guid>
      <dc:creator>jesuslogmein</dc:creator>
      <dc:date>2022-09-15T06:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get files from File on Citrix</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-files-from-File-on-Citrix/m-p/2772738#M38685</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="181861" data-lia-user-login="jesuslogmein" class="lia-mention lia-mention-user"&gt;jesuslogmein&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to the Citrix official document:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://developer-docs.citrix.com/projects/access-monitor-service-data-citrix-cloud/en/latest/#supported-api-gateway-endpoints" target="_blank"&gt;Accessing Monitor Service Data in Citrix Cloud&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Similar to the steps for making API requests using&amp;nbsp;MS Excel PowerQuery:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. Open PowerBI&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;In PowerBI, go to &lt;STRONG&gt;Home&lt;/STRONG&gt; menu &amp;gt; &lt;STRONG&gt;Get Data&lt;/STRONG&gt; &amp;gt; click &lt;STRONG&gt;Blank Query&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;In the Power Query Editor window, go to &lt;STRONG&gt;Home&lt;/STRONG&gt; menu &amp;gt; Query group &amp;gt; click Advanced Editor.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;In the Advanced Editor window, type the following query:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    Source = OData.Feed
             (
"https://{ApiGatewayEndpoint}/Machines",
                          null,
                          [
                            Headers =
                                    [
                                        #”Authorization” = "&amp;lt;YourToken&amp;gt;",
                                        #"Citrix-CustomerId" = "&amp;lt;YourCustomerId"
                                    ]
                          ]
               )
in
    Source&lt;/LI-CODE&gt;
&lt;P&gt;Replace &amp;lt;YourCustomerId&amp;gt; and &amp;lt;YourToken&amp;gt; with the values of CustomerID and bearer token you obtained as described in the Generate the Citrix Cloud Bearer Token section. Make sure that the &amp;lt;YourToken&amp;gt; is in the format, “CWSAuth bearer= ”. Once the No Syntax errors have been detected is displayed in the bottom of the window, click Done.&lt;/P&gt;
&lt;P&gt;5. In case of first login, a Please specify how to connect message is displayed. Click Edit Credentials, the Access an OData feed window appears. Make sure that the Anonymous tab and the base URL are selected and click Connect.&lt;/P&gt;
&lt;P&gt;6. Upon successful authentication, the results are displayed as a table. In this example, the table lists all the Machines of the CustomerId. If the authentication fails, either the bearer token or the CustomerId might be invalid. Please verify the same and try again.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jianbo Li&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:15:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-files-from-File-on-Citrix/m-p/2772738#M38685</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2022-09-16T08:15:05Z</dc:date>
    </item>
  </channel>
</rss>

