<?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: Tokens for ExportTileCacheTask in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562200#M2878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&amp;nbsp; I should mention that we're trying to use the OAuth app login and would like to avoid hard coding any username or password information as that doesn't seem too secure. I haven't been able to find any sample code using OAuth that doesn't require a login prompt. Since this is going to be an app for the general public to use, that wouldn't really work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's probably something simple that I'm missing, but I don't really know where to go from here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 01:01:27 GMT</pubDate>
    <dc:creator>RobertJohnson5</dc:creator>
    <dc:date>2016-01-06T01:01:27Z</dc:date>
    <item>
      <title>Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562198#M2876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create an app with offline capabilities, but I've run into an issue trying to set a basemap. Basically, I can't figure out how to pass a token into the ExportTileCacheTask to allow user to download a tpk from one of Esri's tiled map services for use when they're offline. Has anyone done this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562198#M2876</guid>
      <dc:creator>RobertJohnson5</dc:creator>
      <dc:date>2016-01-05T21:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562199#M2877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use UserCredentials for this. Set the username and password on the UserCredentials, and pass that into the credentials property (or setter if using C++) of the task. This should take care of acquiring the token based on your credentials and then making the required REST requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 23:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562199#M2877</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-01-05T23:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562200#M2878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&amp;nbsp; I should mention that we're trying to use the OAuth app login and would like to avoid hard coding any username or password information as that doesn't seem too secure. I haven't been able to find any sample code using OAuth that doesn't require a login prompt. Since this is going to be an app for the general public to use, that wouldn't really work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's probably something simple that I'm missing, but I don't really know where to go from here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 01:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562200#M2878</guid>
      <dc:creator>RobertJohnson5</dc:creator>
      <dc:date>2016-01-06T01:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562201#M2879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using OAuth and you don't want to have your user sign in, it sounds like you will need to use app logins. This guide topic explains how you can do this, and how you can populate the UserCredentials object with the proper information so that it can then be passed into the task. &lt;A href="https://developers.arcgis.com/qt/qml/guide/use-oauth-2-0-authentication.htm" title="https://developers.arcgis.com/qt/qml/guide/use-oauth-2-0-authentication.htm"&gt;Use OAuth 2.0 authentication—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 01:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562201#M2879</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-01-06T01:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562202#M2880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is their a working example of using oauth app login that uses the clientid and clientsecret.&amp;nbsp; I have looked at the documentation that you referenced and it is not obvious how to implement this in qt.&amp;nbsp; I looked at the qt sample app and it does not have an example that uses the clientid and client secret workflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 17:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562202#M2880</guid>
      <dc:creator>ShaneFeirer</dc:creator>
      <dc:date>2016-01-06T17:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562203#M2881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't have a sample available. I guess I should've clarified before. Is your service hosted in AGOL/Portal or is it a regular ArcGIS Server service that you are connecting to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 20:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562203#M2881</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-01-06T20:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562204#M2882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to create a tile package from the esri world imagery (for export) &lt;A href="http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952" title="http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952"&gt;http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952&lt;/A&gt; for use when in offline mode of the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 21:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562204#M2882</guid>
      <dc:creator>ShaneFeirer</dc:creator>
      <dc:date>2016-01-06T21:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562205#M2883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Shane-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put together a quick sample that should hopefully get you on the right track. Please see the readme for a few details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ldanzinger/RuntimeQtSamples/tree/master/export_tiles_from_service" title="https://github.com/ldanzinger/RuntimeQtSamples/tree/master/export_tiles_from_service"&gt;RuntimeQtSamples/export_tiles_from_service at master · ldanzinger/RuntimeQtSamples · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 01:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562205#M2883</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-01-08T01:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562206#M2884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this sample.&amp;nbsp; That has helped a lot.&amp;nbsp; I noticed one issue with the following section:&lt;/P&gt;&lt;TABLE class="js-file-line-container highlight tab-size" data-tab-size="8" style="color: #333333; font-family: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 13px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&lt;SPAN class="pl-c1" style="color: #0086b3;"&gt;&amp;nbsp; onMapServiceInfoStatusChanged&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;:&lt;/SPAN&gt; {&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="140" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;if&lt;/SPAN&gt; (&lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;mapServiceInfoStatus&lt;/SPAN&gt; &lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;===&lt;/SPAN&gt; &lt;SPAN class="pl-c1" style="color: #0086b3;"&gt;Enums&lt;/SPAN&gt;.&lt;SPAN class="pl-smi"&gt;MapServiceInfoStatusCompleted&lt;/SPAN&gt;) {&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="141" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;console&lt;/SPAN&gt;.&lt;SPAN class="pl-c1" style="color: #0086b3;"&gt;log&lt;/SPAN&gt;(&lt;SPAN class="pl-s" style="color: #183691;"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;Service info received&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="142" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;taskParams&lt;/SPAN&gt;.&lt;SPAN class="pl-en" style="color: #795da3;"&gt;initialize&lt;/SPAN&gt;(mapServiceInfo);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="143" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;console&lt;/SPAN&gt;.&lt;SPAN class="pl-c1" style="color: #0086b3;"&gt;log&lt;/SPAN&gt;(&lt;SPAN class="pl-s" style="color: #183691;"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;Estimating size...&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="144" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;taskParams&lt;/SPAN&gt;.&lt;SPAN class="pl-smi"&gt;minLevelOfDetail&lt;/SPAN&gt; &lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;minScaleTextBox&lt;/SPAN&gt;.&lt;SPAN class="pl-c1" style="color: #0086b3;"&gt;text&lt;/SPAN&gt;;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="145" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;taskParams&lt;/SPAN&gt;.&lt;SPAN class="pl-smi"&gt;maxLevelOfDetail&lt;/SPAN&gt; &lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;maxScaleTextBox&lt;/SPAN&gt;.&lt;SPAN class="pl-c1" style="color: #0086b3;"&gt;text&lt;/SPAN&gt;;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="146" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;exportTask&lt;/SPAN&gt;.&lt;SPAN class="pl-en" style="color: #795da3;"&gt;estimateTileCacheSize&lt;/SPAN&gt;(taskParams);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="147" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp; } &lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;else&lt;/SPAN&gt; &lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;if&lt;/SPAN&gt; (&lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;mapServiceInfoStatus&lt;/SPAN&gt; &lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;===&lt;/SPAN&gt; &lt;SPAN class="pl-c1" style="color: #0086b3;"&gt;Enums&lt;/SPAN&gt;.&lt;SPAN class="pl-smi"&gt;MapServiceInfoStatusErrored&lt;/SPAN&gt;){&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="148" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;console&lt;/SPAN&gt;.&lt;SPAN class="pl-c1" style="color: #0086b3;"&gt;log&lt;/SPAN&gt;(&lt;SPAN class="pl-s" style="color: #183691;"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;Error:&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;mapServiceInfoError&lt;/SPAN&gt;.&lt;SPAN class="pl-smi"&gt;message&lt;/SPAN&gt;);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="149" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp; }&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="blob-num js-line-number" data-line-number="150" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: #eeeeee; border-width: 0px 1px 0px 0px;"&gt;&lt;/TD&gt;&lt;TD class="blob-code blob-code-inner js-file-line" style="padding: 0 10px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&amp;nbsp; }&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Inorder to get it to download what was in the extent I added &lt;SPAN class="pl-v" style="color: #ed6a43;"&gt;taskParams&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;.extent &lt;/SPAN&gt;&lt;SPAN class="pl-k" style="color: #a71d5d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ed6a43; font-size: 12px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;"&gt;map.extent&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;;,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 00:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562206#M2884</guid>
      <dc:creator>ShaneFeirer</dc:creator>
      <dc:date>2016-01-09T00:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562207#M2885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shane, glad it helped. I updated the code to reflect your statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice weekend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 01:02:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562207#M2885</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-01-09T01:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tokens for ExportTileCacheTask</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562208#M2886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any advice for setting this sample up to work with a proxy? When I try to set the proxy using&amp;nbsp; ArcGISRuntime.setupProxy it just breaks the map and doesn't seem to return any useful error messages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 01:02:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/tokens-for-exporttilecachetask/m-p/562208#M2886</guid>
      <dc:creator>RobertJohnson5</dc:creator>
      <dc:date>2016-01-09T01:02:47Z</dc:date>
    </item>
  </channel>
</rss>

