Displaying unpublished photos in Composer preview #93
|
Does the ArcXP team or the ArcXP community have any implementation suggestions regarding the May 1 change that deprecates public access to unpublished images via Resizer? The only advice/solution outlined I can find is:
I have been working on this issue but haven’t yet made any real progress. We are already generating image urls for unpublished photos with a auth token in place, using the Signing Service API. However, unpublished photos fail to load (Access Denied error) and I cannot figure out why. Here's an example of a unpublished photo url that uses the signing service: My expectation is that despite being unpublished, since it's a signed url, it should be accessible. However, I receive a Any help or suggestions appreciated, thanks! |
Replies: 1 comment 2 replies
|
Hi @gmacgregor, thanks for the question! Unpublished images are only accessible via our authenticated environment (i.e. *.arcpublishing.com), and also requires a |
Hi @gmacgregor, thanks for the question!
Unpublished images are only accessible via our authenticated environment (i.e. *.arcpublishing.com), and also requires a
&public=falsequery parameter to be present. Have you tried adding that?