We are using ArcGIS Enterprise Sites to create help documentation for our various viewers and content. In the process of doing so, we're using the image upload tool on our site pages:
We found that the images are uploaded with a token appended to the URL, e.g. "https://our.enterprise.site.com/portal/sharing/rest/content/items/208bfd09e66b4687a59655b785394e82/r... "
And eventually the token expires so that they no longer show up on the page. Browser Dev tools show the portal returning a 498 status (invalid token) for those images:
This seems like something that would have been caught before and that has a workaround. Or our method of uploading can be changed so that it doesn't use tokens?
Has anyone else run into this issue or otherwise have ideas on how to mitigate it?