<?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: Geocode Access Denied in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1199778#M4235</link>
    <description>&lt;P&gt;did you fix the issue?&lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2022 12:29:38 GMT</pubDate>
    <dc:creator>DenisEspinosa</dc:creator>
    <dc:date>2022-08-05T12:29:38Z</dc:date>
    <item>
      <title>Geocode Access Denied</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1172109#M4129</link>
      <description>&lt;P&gt;I am getting a 403 response when trying to use the geocoding api.&lt;/P&gt;&lt;P&gt;I am even adding "forStorage=false" to the request url, but still, I am getting this message:&lt;/P&gt;&lt;P&gt;"Token is valid but access is denied.","details":["User does not have permissions to store geocoding results.]&lt;/P&gt;&lt;P&gt;I even tried just sending a request and not even storing the results in memory/variable. still the same results. Why is it assuming I am permanently storing the geocoding results?&lt;/P&gt;&lt;P&gt;this is in a next.js app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const getEm = async (address) =&amp;gt; {
    await fetch(`https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/geocodeAddresses?f=json&amp;amp;token=${process.env.NEXT_PUBLIC_ARCGIS_API_KEY}&amp;amp;address=${address}&amp;amp;forStorage=false&amp;amp;maxResults=1`)
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 18:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1172109#M4129</guid>
      <dc:creator>herasey</dc:creator>
      <dc:date>2022-05-09T18:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Geocode Access Denied</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1173643#M4131</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/585264"&gt;@herasey&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This request is working for me:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;https://geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?token=MY_API_KEY&amp;amp;f=pjson&amp;amp;singleLine=1600%20Pennsylvania%20Ave%20NW,%20DC&amp;amp;forStorage=false&amp;amp;maxResults=1&lt;/LI-CODE&gt;&lt;P&gt;It sounds like your API key is not configured correctly (&lt;A href="https://developers.arcgis.com/api-keys" target="_self"&gt;API key configuration panel&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-05-13 at 13.40.46.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41297i83DF9575C7133852/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-05-13 at 13.40.46.png" alt="Screenshot 2022-05-13 at 13.40.46.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: any changes on that configuration can take up to 10min to propagate across the different servers&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Maybe you can test it using the &lt;A href="https://www.postman.com/arcgis-developer/workspace/arcgis-location-services/request/15786767-3c13e739-ad89-496d-9ddd-7746b2335dd0" target="_self"&gt;Geocoding Postman collection&lt;/A&gt; we made available.&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 11:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1173643#M4131</guid>
      <dc:creator>Raul_Jimenez</dc:creator>
      <dc:date>2022-05-13T11:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Geocode Access Denied</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1175339#M4136</link>
      <description>&lt;P&gt;nope. It's configured properly. it was working for over a day, so i highly doubt that would be the issue. Still, all I get is "token is valid but access is denied" because it assumes I am storing results.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 21:33:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1175339#M4136</guid>
      <dc:creator>herasey</dc:creator>
      <dc:date>2022-05-18T21:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Geocode Access Denied</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1199778#M4235</link>
      <description>&lt;P&gt;did you fix the issue?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 12:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1199778#M4235</guid>
      <dc:creator>DenisEspinosa</dc:creator>
      <dc:date>2022-08-05T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Geocode Access Denied</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1199798#M4236</link>
      <description>&lt;P&gt;Sorry I missed the last messages.&lt;/P&gt;&lt;P&gt;That's weird,&amp;nbsp;if you want, we can &lt;A href="https://7i.se/cC" target="_self"&gt;schedule a 30min call&lt;/A&gt; and try to find out what's going on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 13:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geocode-access-denied/m-p/1199798#M4236</guid>
      <dc:creator>Raul_Jimenez</dc:creator>
      <dc:date>2022-08-05T13:42:29Z</dc:date>
    </item>
  </channel>
</rss>

