|
POST
|
@DeanWilson - yeah, that doesn't look right to me. I use AGO, not Enterprise, but this is what it looks like for me. Try this tutorial and make sure you select the ArcGIS Enterprise workflow on the right. Also ensure you have the correct user roles and permissions. https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/tutorials/create-an-api-key/ Lastly, check out the doc for privileges and roles: https://developers.arcgis.com/documentation/security-and-authentication/reference/privileges/#list-of-privileges
... View more
07-01-2025
01:56 PM
|
0
|
3
|
4884
|
|
POST
|
Hi @jtcrash, thanks for posting your question here. Do you have a simplified app that reproduces the issue?
... View more
07-01-2025
01:49 PM
|
0
|
0
|
1186
|
|
POST
|
Hey @DeanWilson, I'm running into issues with how to define the portal URL and use arcgis-map with the new apiKeys. However, I tested this with core and it works for me. Try this with your portal and services and API Key and webmap: https://codepen.io/noash/pen/xbGeoeG?editors=1000
... View more
07-01-2025
07:44 AM
|
0
|
1
|
4897
|
|
BLOG
|
In this free livestream, we’ll show the latest feature highlights of the ArcGIS Maps SDK for JavaScript (v4.33). Learn more about batch editing, spike theme, areas of focus in 3D, exciting component updates, and more! This is a casual event to share the new features and answer your questions about this release. We look forward to seeing you there. Tuesday, July 8th - 9am (PST) https://www.youtube.com/live/Ykmv7vq10cI 4.33 ArcGIS Release Blog https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/whats-new-in-arcgis-maps-sdk-f... 4.33 Esri Community Release Blog https://community.esri.com/t5/arcgis-javascript-maps-sdk-blog/arcgis-maps-sdk-for-javascript-version-4-33/ba-p/1625759 4.33 Release Notes https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html 4.33 Samples https://developers.arcgis.com/javascript/latest/sample-code/?tagged=4.33
... View more
07-01-2025
06:59 AM
|
3
|
0
|
614
|
|
POST
|
Ah ha, that's the problem, no API Key is getting sent. I think it's either the placement and/or the property value name. It's new at 4.33. For Enterprise, you want to use `apiKeys`, not `apiKey`. https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#apiKeys Here is a sample I tried to put together. The issue may be that the javascript logic needs to go after the html components logic. https://codepen.io/noash/pen/XJbQZde?editors=1000
... View more
06-30-2025
02:05 PM
|
0
|
3
|
4929
|
|
POST
|
Does it pass the API key as a token in the network traffic? If so, are there any errors or warnings in the console? It's possible the API key is not set-up with the correct, permissions, or you might be running into a known limitation with Enterprise: https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/#arcgis-enterprise
... View more
06-30-2025
07:42 AM
|
0
|
5
|
4945
|
|
IDEA
|
Hi @NicolasGIS, thank you for posting your idea here. I think it makes sense, and we will place it under consideration. I will update this idea when we have an update to share.
... View more
06-27-2025
09:47 AM
|
0
|
0
|
1373
|
|
POST
|
Hi @MichaelWen_Timmons, thanks for posting your question here. Can you share a simple webmap that reproduce the issue? Also, there might be information in the network requests of the export operation. Lastly, the MapViewer printing is based on the ArcGIS Maps SDK for JavaScript, and there are some known printing limitations that you may be running into: https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-print.html
... View more
06-26-2025
01:58 PM
|
0
|
0
|
2150
|
|
POST
|
And here is a link to the Plenary videos: https://mediaspace.esri.com/channel/2025%2BEsri%2BDeveloper%2B%2526%2BTechnology%2BSummit%2B%257C%2BPlenary/373383312
... View more
06-26-2025
11:47 AM
|
0
|
0
|
1002
|
|
POST
|
Hi @alabanu, thanks for posting your question here. You can do this, but you need to handle both the conversion and the reverse-conversion functions. Here is a sample app that you can follow: https://codepen.io/noash/pen/EajrdrB?editors=1000
... View more
06-26-2025
11:43 AM
|
1
|
0
|
1169
|
|
POST
|
@ShaneBuscher - bingo, that's probably it. It's required for custom print services. The Print widget could maybe work around that, but the Print component will not.
... View more
06-26-2025
10:00 AM
|
0
|
0
|
1355
|
|
POST
|
@ShaneBuscher - do you have the Get Layout Templates Info Task published as well (possibly at this url)? https://gis.acme.com/rest/services/Print/GPServer/Get%20Layout%20Templates%20Info%20Task Does this print service work with the Print widget? Did it work with the Print component previously?
... View more
06-26-2025
09:29 AM
|
0
|
2
|
1364
|
|
POST
|
There is an ArcGIS Online service disruption currently that may be affecting printing. If the issue is new today, I suggest waiting until the disruption is resolved. If the issue is old, we recently released a new version of the SDK that you could test with. https://developers.arcgis.com/javascript/latest/release-notes/ test-app: https://codepen.io/noash/pen/WbvKXKE
... View more
06-26-2025
09:23 AM
|
0
|
1
|
1365
|
|
BLOG
|
Thank you for sharing this feedback @LuisSolaRuiz. Do you have a simplified repro app hosted on someplace like Codepen that you can share here? Otherwise, do you have the ability to contact Esri Support to help troubleshoot?
... View more
06-26-2025
08:10 AM
|
0
|
0
|
1886
|
|
POST
|
Hi @baohuachu7, thanks for posting your question here. I'm not sure about "Query Builder" with ArcGIS Pro, but for the JavaScript Maps SDK, we have some good examples of querying and definitionExpression that could prove to be helpful guides for you. https://developers.arcgis.com/javascript/latest/sample-code/featurelayer-query-basic/ https://developers.arcgis.com/javascript/latest/sample-code/layers-mapimagelayer-definitionexpression/ https://developers.arcgis.com/javascript/latest/sample-code/featurelayer-queryextent/
... View more
06-24-2025
09:24 AM
|
0
|
0
|
377
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2026 11:59 AM | |
| 1 | 05-13-2026 10:29 AM | |
| 1 | 04-10-2026 09:11 AM | |
| 1 | 03-24-2026 11:39 AM | |
| 1 | 03-23-2026 09:30 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|