Hi all.
I noticed this error when opening a temporary link that my app has recently created (under 1 hour), with the status code 410 (Gone).
{"error": "Unauthorized"}
However, I usually get "Not Found" error message when a temporary link has expired, but the newly created temporary link above shows the Unauthorized error when opening it.
{"error": "Not Found"}
I'm now wondering if this is related to refreshing access tokens, causing all previous temporary links to expire automatically. If that's the case, then I'd need to re-create hundreds of temporary links every time the access token is refreshed, which is not very friendly experience.
I hadn't noticed this issue until recently when I migrated to refreshing access tokens.