ArcGIS Enterprise 11.0: Why the sharing url fails to access content items,
As per the screenshot below, it’s requested to provide sharing url below. However, when accessing this url, it ends up with message in red.
https://jamalnuman3/portal/sharing/content/item
It manages to access the portal via adaptor with the link below
What could be the issue here?
Instead of using:
https://jamalnuman3/portal/sharing/content/item
try:
https://jamalnuman3/portal/sharing/rest/content/item
the link you’re using was deprecated several versions ago and the error message states to insert the ‘rest/‘ component into the URL instead.