The arcgis-portal tag has no wiki summary.
1
vote
0answers
26 views
How to share a hosted feature service with an application on ArcGIS Online?
According to the ESRI REST API documentation on authentication, a registered application can log in to AGOL via an App ID and App Secret and will then have access to the data that has been shared with ...
1
vote
0answers
139 views
Can I supply my own REST API token to the ArcGIS Javascrpit API?
I am using the ArcGIS Javascript API to connect to the arcgis.com portal. To do so I am calling portal.signIn(). The issue is that I don't want the user to be responsible for performing the login, bo ...
2
votes
1answer
272 views
How to add item to the ArcGIS Portal with the portal API?
I'm trying to add/update an item back to the ArcGIS Portal using the portal API, in much the same way as you would when doing 'Configure Application'. I am trying to use the update item call to send ...