Hello,
I have the following scenario:
- Generate a raw token (downscoped token) for a bucket/blob using a third-party service.
- Pass this token to
gcsfs.
gcsfs creates new credentials from this token.
Everything works fine until the token expires. At that point, it begins trying to refresh the token:
Since the token is acquired from an external service, this refresh action keeps retrying and failing.
The gcsfs version is >=2024.12.0.