|
POST
|
typically ArcGIS services reply with error 498 when a token has expired (there are other possible reasons). when you handle that 498 response your workflow should be to use your token generation workflow to get a new refreshed token. see these articles for more information: - https://developers.arcgis.com/documentation/security-and-authentication/reference/rest-authentication-operations/ - https://developers.arcgis.com/documentation/security-and-authentication/user-authentication/flows/generate-token-flow/ - https://developers.arcgis.com/documentation/security-and-authentication/user-authentication/flows/enterprise-flows/
... View more
2 weeks ago
|
1
|
0
|
107
|
|
POST
|
Your issue may be related to the recent security patch. Most likely you need to create a new API key with all the same permission scopes you currently have set, plus add the Create, update, and delete privilege from the Content group: Create, update, and delete Allow application to create, edit, and delete the application owner's content.
... View more
3 weeks ago
|
0
|
0
|
253
|
|
POST
|
It may also depend on your account subscription type. If you are using ArcGIS Location Platform then you will need to enable Pay as you Go because geocode (stored) does not have a free tier. If you are using an ArcGIS Online subscription then it may be possible your admin set your account geocoding service or credit budget and you need to check with your admin.
... View more
a month ago
|
1
|
0
|
256
|
|
POST
|
most likely your API key is not scoped to the complete set of services. you will need at least basemaps scope, if you are using geocoding you will need that privilege as well, and then you need to select all the items referenced by your web map and the web map item itself. You can see the referenced items on the items details page for your web map item under the Map section where it lists all the items used. In addition to the items listed there you also must add the web map to the api key.
... View more
a month ago
|
0
|
0
|
602
|
|
POST
|
I'm glad you have this sorted out and identified the problem, Esri does publish browser support at https://doc.arcgis.com/en/arcgis-online/reference/browsers.htm
... View more
04-08-2026
03:08 PM
|
2
|
0
|
280
|
|
POST
|
looking at the error image it appears there is something wrong with loading the portal with your account or subscription. the only way to determine this is to contact Esri Technical Support. https://support.esri.com/en-us/contact
... View more
04-07-2026
05:13 PM
|
1
|
2
|
315
|
|
POST
|
can you describe what page you are on (URL) and what browser are you using?
... View more
03-26-2026
10:35 AM
|
0
|
1
|
427
|
|
POST
|
@hess8 it really looks like your API key is no good. Check your settings and verify you have the required privilages, expiration date is in the future, and if you have any referrers set to make sure they match your origin. If I run your URL above with my API key the service responds with 200, so you can use this technique to test your api key https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/outdoor?f=json&echoToken=false&token=AAPT... If you do not get it work work can you post the server response JSON here it might provide additional information.
... View more
02-01-2026
10:46 AM
|
0
|
0
|
334
|
|
POST
|
check the documentation here https://vtse.arcgis.com/documentation/sprite-editor/ that should help get you started with sprite editing.
... View more
12-12-2025
08:34 AM
|
0
|
0
|
291
|
|
POST
|
@ShareUser I would like to point out a few issues with your solution: 1. the resource-proxy project is no longer active or supported, at the top of the readme it says "Do NOT use these proxies. They have not been maintained or supported for a long time." 2. the JavaScript 3.x SDK is also deprecated and no longer supported, developers should be using the 4.x Maps SDK for JavaScript. There are two methods to address this type of problem but it will depend on the unique requirements of your development team to decide: - Use API keys to authenticate the service. See https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/how-to-use-an-api-key/ - this will require ArcGIS Enterprise 11.3 or later - Use application authentication https://developers.arcgis.com/documentation/security-and-authentication/app-authentication/how-to-implement-app-authentication/ - this will require deploying a server that acts as a form of a proxy service as you describe in your comment above but it uses OAuth application authentication to authenticate your Enterprise GIS Web Service.
... View more
10-09-2025
08:30 AM
|
0
|
0
|
678
|
|
POST
|
@SantanuArcGIS Location Platform has a free tier of service you can use to develop and test your app. See https://location.arcgis.com/pricing/ for the services that have free tiers. the issue may be that you already signed up for an ArcGIS account and that account is not an ArcGIS Location Platform account. You will need to create a new account with a different email address that is not used by another ArcGIS account. See help.
... View more
10-01-2025
09:35 AM
|
1
|
0
|
484
|
|
POST
|
It isn't clear from your post which locator you are using or how that is configured, so check your installation. If I run a similar query against the ArcGIS World Geocoding service it seems to work fine: https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest?f=json&text=5731&maxSuggestions=10 I get 10 results.
... View more
09-23-2025
02:58 PM
|
0
|
0
|
1097
|
|
POST
|
@UsmanAslam there is not enough information in your post to determine what the issue may be but it most likely is an expired API key. Log in with your account and make sure your account is in good standing. The easiest way to test is to create a new API key with your required privileges scope, set no referrers, and substitute that in your app and try it there. You can also use one of the demo apps in CodePen if you want to try it using JavaScript in the browser for a quick test. if the new key works then most likely your old key is not longer valid and needs to be replaced.
... View more
08-27-2025
04:49 PM
|
1
|
0
|
1601
|
|
POST
|
Experience Builder does not yet support API key authentication. Please put a comment in their Ideas channel to request this feature - https://community.esri.com/t5/arcgis-experience-builder-ideas/idb-p/arcgis-experience-builder-ideas
... View more
07-11-2025
08:31 AM
|
0
|
2
|
9385
|
|
POST
|
@jjgarrett0 check here in a few days they will be posted https://mediaspace.esri.com/channel/2025%2BEsri%2BDeveloper%2B%2526%2BTechnology%2BSummit/368599242
... View more
05-15-2025
11:26 AM
|
2
|
2
|
1126
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 04-07-2026 05:13 PM | |
| 1 | a month ago | |
| 2 | 04-08-2026 03:08 PM | |
| 1 | 10-01-2025 09:35 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|