You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is an existing draft under the Pages Resources, an exception is thrown.
** Steps To Reproduce this behavior**
Go to Page that has an existing draft Resource
make modification to the layout
run page.update_layout(layout)
Expected behavior
Draft Resource is deleted and the Page layout is updated
Observed behavior
Exception: Resource does not exist or is inaccessible: us1 /resources/https:/<org url like "mycompany.maps.arcgis.com">/sharing/rest/content/items//resources/draft-1657817271169.json?token=
(Error Code: 404)
Screenshots
Additional context
update_layout works fine if you first manually delete the draft through ArcGIS Assistant.
The text was updated successfully, but these errors were encountered:
If there is an existing draft under the Pages Resources, an exception is thrown.
** Steps To Reproduce this behavior**
Expected behavior
Draft Resource is deleted and the Page layout is updated
Observed behavior
Exception: Resource does not exist or is inaccessible: us1 /resources/https:/<org url like "mycompany.maps.arcgis.com">/sharing/rest/content/items//resources/draft-1657817271169.json?token=
(Error Code: 404)
Screenshots
Additional context
update_layout works fine if you first manually delete the draft through ArcGIS Assistant.
The text was updated successfully, but these errors were encountered: