Items in GCS(Google Cloud Storage) can securely be accessed via a google authenticated link. What that means is anyone who is currently logged into Google in the browser will be cross verified with the allowed emails in the GCS. If the logged-in user’s email exists in allowed emails, then browser they can access the document stored at the URL.
Now we are using google authenticated URLs in our DB to make sure no one can access those documents even if they got a hold of the link. So these documents do not preview well most times(sometimes they may be due to caching or something). Is there any proper fix on this issue given clicking on URL still does work for all our users as they are always logged into the google with whitelisted email
Could you provide the HTTP response (With sensible data omitted) of the call for the document preview ?
I’m guessing that the issue might come from the fact that theses links could contains multiples redirections that we currently don’t handle when previewing document.
A potential solution would be to handle theses via a smart field I guess, allowing to manually handle the preview using theses GCS authenticated URL.