jackm-mimica opened a new issue, #337:
URL: https://github.com/apache/arrow-rs-object-store/issues/337

   **Describe the bug**
   Creating a signed url for a gcp blob throws the error
   ```
   Generic GCS error: Error performing token request: Error performing GET 
https://oauth2.googleapis.com/tokeninfo?&access_token=<TOKEN>
   ```
   The  <TOKEN> is prefixed 1%2F%2F which I believe means it is a refresh token 
not the expected actual token.
   
   **To Reproduce**
   [Added a test 
here:](https://github.com/jackm-mimica/rs-object-store-arrow/commit/431c232d3de3f1dad8b74eeae4b7952719db0e74)
   
   **Expected behavior**
   I would expect the library to get the access_token not the refresh token 
from my ADC
   
   **Additional context**
   I don't think this would be caught in the integration test against fake gcs 
as oauth is marked as disabled for the tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to