<?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: Not able to use services from tiledbasemaps.arcgis.com in Quick Reporter in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768267#M377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the prompt response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to run this with ArcGIS online Credentials.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it necessary to configure the Credentials with ArcGIS online credentials? I tried adding our Portal for ArcGIS url and credentials. It did not work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2020 03:32:48 GMT</pubDate>
    <dc:creator>BrentSlone3</dc:creator>
    <dc:date>2020-03-31T03:32:48Z</dc:date>
    <item>
      <title>Not able to use services from tiledbasemaps.arcgis.com in Quick Reporter</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768265#M375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using AppStudio for ArcGIS Desktop version 4.2.80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were looking forward to add custom functionality to download basemap as tpk on fly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We added services from&amp;nbsp;tiledbasemaps.arcgis.com as basemap in our public webmap. However, the webmap does not load in the quick report application when launch it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/486762_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is important for us to make this work with services from&amp;nbsp;tiledbasemaps.arcgis.com since these services are enabled with export tiles enabled and that would be used with &lt;A href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-exporttilecachetask.html"&gt;ExportTileCacheTask&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were able to run the sample with basemap:&amp;nbsp;&lt;A class="link-titled" href="https://sampleserver6.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer" title="https://sampleserver6.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer"&gt;World_Street_Map (MapServer)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any configuration in AppStudio for accessing services from&amp;nbsp;tiledbasemaps.arcgis.com as basemap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is this an expected behavior?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 14:49:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768265#M375</guid>
      <dc:creator>BrentSlone3</dc:creator>
      <dc:date>2020-03-30T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to use services from tiledbasemaps.arcgis.com in Quick Reporter</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768266#M376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brent,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested the workflow you described above using this service as basemap,&amp;nbsp;&lt;A class="link-titled" href="https://tiledbasemaps.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer" title="https://tiledbasemaps.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer"&gt;https://tiledbasemaps.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer&lt;/A&gt;, and yes I can reproduce the same issue you described.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is expected since this service is not a public layer, you need to login using ArcGIS account to access it, and Quick Report only supports public webmap as outlined in the setting page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/486834_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can make this work, by adding custom code to the source code of Quick Report template to include the credential to access the webmap as outlined in this doc,&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/guide/access-the-arcgis-platform.htm" title="https://developers.arcgis.com/qt/latest/qml/guide/access-the-arcgis-platform.htm"&gt;Access the ArcGIS platform—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;. We can add it in QuickReport/pages/RefineLocationPage.qml around line ~247&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/486835_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested this and I was able to load the webmap that contains the service from tiledbasemap.arcgis.com as basemap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" height="439" src="https://community.esri.com/legacyfs/online/486851_pastedImage_5.png" width="238" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erwin.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 20:39:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768266#M376</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-03-30T20:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to use services from tiledbasemaps.arcgis.com in Quick Reporter</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768267#M377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the prompt response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to run this with ArcGIS online Credentials.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it necessary to configure the Credentials with ArcGIS online credentials? I tried adding our Portal for ArcGIS url and credentials. It did not work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 03:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768267#M377</guid>
      <dc:creator>BrentSlone3</dc:creator>
      <dc:date>2020-03-31T03:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to use services from tiledbasemaps.arcgis.com in Quick Reporter</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768268#M378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad to head that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For tiledbasemap.arcgis.com you need to use ArcGIS Online credentials, but if you want to use other premium tiled services from your Portal, then you would use that Portal credentials.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 16:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768268#M378</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-03-31T16:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to use services from tiledbasemaps.arcgis.com in Quick Reporter</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768269#M379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share links on premium tiled services in Portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 11:25:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768269#M379</guid>
      <dc:creator>BrentSlone3</dc:creator>
      <dc:date>2020-04-02T11:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to use services from tiledbasemaps.arcgis.com in Quick Reporter</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768270#M380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for Portal, you would need to publish them on your own, and you would know the URL.&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/portal/10.4/use/publish-tiles.htm" title="https://enterprise.arcgis.com/en/portal/10.4/use/publish-tiles.htm"&gt;https://enterprise.arcgis.com/en/portal/10.4/use/publish-tiles.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is more of a concept, where&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;tiledbasemap.arcgis.com is not a public item and requires ArcGIS Online credentials, and you would need Portal credentials to access non-public items from Portal.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 17:35:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/not-able-to-use-services-from-tiledbasemaps-arcgis/m-p/768270#M380</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-04-02T17:35:13Z</dc:date>
    </item>
  </channel>
</rss>

