|
POST
|
@DineshBellamkondaos OSM/Standard Base Maps API can be used in commercial applications if you are using these services with an ArcGIS Location Platform account . There are some restrictions noted in the Terms of Use. The basemap service https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/osm/standard is available with an ArcGIS Online/Premium subscription. See https://developers.arcgis.com/rest/basemap-styles/osm-standard-style-get/ for more information. .
... View more
01-06-2025
04:55 PM
|
0
|
0
|
768
|
|
POST
|
You cannot create api keys with the trial account. You can try to do this with the ArcGIS Location Platform account, with it you get access to services with the free tier and you can create api keys, but I am not sure if it will cover all the services you need as it is not the same as an ArcGIS Online account. You can sign up for free https://location.arcgis.com/
... View more
01-06-2025
04:26 PM
|
0
|
0
|
1661
|
|
POST
|
@jdyerLACSD wrote: Is there any way to create and configure developer credentials (OAuth2 or API key) to, for instance, be able to edit layers in a single item, but not delete that item, publish new content, or view/edit any other non-public items in my ArcGIS Online portal? You can create an API key and scope it to your hosted feature service. In the item settings for your feature service turn on editing. This way you do not have to use the personal privileges and the api key is scoped to just this 1 item.
... View more
01-06-2025
04:22 PM
|
2
|
1
|
1526
|
|
POST
|
@msuk1the way to do this is to call the basemap style service with your authentication token in the header as documented here: https://developers.arcgis.com/rest/basemap-styles/arcgis-navigation-style-get/#token subsequent tile requests should then supply the token. This is typically done with the mapping library. You can review some of the open-source implementations provided on https://developers.arcgis.com/documentation/#open-source-mapping-libraries, Esri Leaflet is a popular one that demonstrates this.
... View more
12-17-2024
04:01 PM
|
0
|
0
|
1414
|
|
POST
|
@massimo- An API key generated on ArcGIS Online will not work on your instance of ArcGIS Enterprise. You will have to generate a key on your server to access that servers resources. API keys were introduced on ArcGIS Enterprise at 11.4. In order to authenticate against your services, you will have to use a different authentication method, either user authentication or application authentication. See https://developers.arcgis.com/documentation/security-and-authentication/types-of-authentication/
... View more
12-17-2024
11:59 AM
|
0
|
1
|
1115
|
|
POST
|
Hi @DineshBellamkonda , regarding your questions 1. the service is not free, it can only be used with an ArcGIS Online or ArcGIS Enterprise license. you must review the terms of use 2. as is stated in the terms of use, this service is not available for commercial use. 3. Review the item details here https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9 for updates and availability The service response codes are what they are, and this is why we recommend developers use the ArcGIS APIs to access the tile services as they have the logic to deal with these issues. See https://developers.arcgis.com/documentation/#sdks-and-apis for the available SDKs.
... View more
12-17-2024
10:15 AM
|
2
|
0
|
3169
|
|
POST
|
@DineshBellamkonda The OSM tile services are not supported with the Static Basemap Tiles services. See https://developers.arcgis.com/rest/static-basemap-tiles/#service-endpoints for a list of all supported services.
Otherwise you can use the Vector Tile Basemap services to get access to OSM https://developers.arcgis.com/rest/basemap-styles/#osm-styles
... View more
12-12-2024
11:28 AM
|
1
|
0
|
1081
|
|
POST
|
Hi @bearingwest ,
You cannot cache tiles on a server or service. You can check the Master Services agreement or the Product Specific agreement for the ArcGIS products you are licensing. The ArcGIS services are all hosted on CDN infrastructure and provide robust caching and performance, it shouldn't be necessary to add your own cache for performance and delivery.
... View more
12-09-2024
09:24 AM
|
0
|
0
|
612
|
|
POST
|
this workflow is dependent of the type of account you are logged in with. If there is no "API key credentials" option then the account you are logged in with wasn't assigned that ability. Please check your account type.
In the tutorial you reference, if you look at the Prerequisites section and then follow the Limitations link, there it states that ArcGIS Personal Account is not enabled for API keys access. I am not sure what type of account your other account is. If you can get access to an ArcGIS Online creator user type account it should work. In some cases you may need to contact your organization administrator to grant you the required privileges.
To learn of the other types of authentication please review https://developers.arcgis.com/documentation/security-and-authentication/types-of-authentication/ and subsections such as https://developers.arcgis.com/documentation/security-and-authentication/user-authentication/how-to-implement-user-authentication/
I hope this helps.
... View more
09-30-2024
05:40 PM
|
0
|
0
|
1945
|
|
POST
|
There is no limit. While it is not specially called out in the terms of use, see Section 3.1.c - https://www.esri.com/content/dam/esrisites/en-us/media/legal/platform/platform-legal.pdf
... View more
09-09-2024
09:37 AM
|
0
|
0
|
696
|
|
POST
|
The functionality for API keys changed on June 26, where they are fully documented here https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/ including new vs. legacy functionality. The new API keys are more secure and offer more features, but they work very different from the legacy keys. Esri has not yet published the API specs how to programmatically manage the new API keys. I expect this will come in the future but I do not know of any timeline for it.
... View more
09-04-2024
10:38 AM
|
1
|
1
|
1618
|
|
POST
|
This is noted in the Master services agreement https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf section 2.5, but accounts are not to be shared. Your development team can sign up for an ArcGIS Online organization (or use an existing one) and create multiple accounts for your developers and share items and developer credentials. Or you can sign up for ArcGIS Location Platform, but at the moment this type of account can only support a single developer. Support for multiple users sharing content is a feature planned for a future release.
... View more
08-19-2024
04:43 PM
|
0
|
0
|
599
|
|
POST
|
it is mostly detailed on this page: https://www.esri.com/en-us/arcgis/products/arcgis-for-personal-use/buy while there is no functional difference, you cannot deploy your app with the Personal Use license. I can't link my personal AGOL account to your ArcGIS Location Platform (ALP) developer account. This means I can't use data hosted in my personal AGOL for development in ALP. this is correct, you cannot link the accounts. Is there an official Esri document outlining limitations or providing a comparative analysis between ArcGIS for personal use and ArcGIS online for commercial use? Terms of use are described here https://www.esri.com/content/dam/esrisites/en-us/media/legal/product-specific-terms-of-use/e300.pdf
... View more
08-19-2024
04:29 PM
|
0
|
0
|
1461
|
|
POST
|
@SteveCole wrote: ...how can I establish a developer account that's tied to my organization's Portal and authenticates through it? You can develop with any ArcGIS Online user account, but usually best if it is a Creator user type so you can create developer credentials or data items needed for your app. To learn about the authentication part, see https://developers.arcgis.com/documentation/security-and-authentication/user-authentication/how-to-implement-user-authentication/ and https://developers.arcgis.com/documentation/security-and-authentication/user-authentication/how-to-implement-user-authentication/#tutorials
... View more
08-19-2024
11:42 AM
|
0
|
0
|
696
|
|
POST
|
If you are using the Enterprise portal for an existing organization, then you do not need a separate ArcGIS Location Platform account. You should use your existing Enterprise account. The ArcGIS Location Platform is creating a completely new portal for you to manage your items and data.
... View more
08-09-2024
10:34 AM
|
0
|
1
|
1918
|
| 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
|