We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I find a function that reports on the current user (token, really) to be very useful.
Some APIs have a useful user or about endpoint. Drive does, so drive_user() exposes:
user
about
drive_user()
https://github.com/tidyverse/googledrive/blob/master/R/drive_user.R
Some APIs do not have a user endpoint. BigQuery does not, so bq_user() falls back to some barebones token inspection from gargle:
bq_user()
https://github.com/r-dbi/bigrquery/blob/306023a57c62bb7fe7c370ffb4f500e3dc6b74c2/R/bq-auth.R#L201-L207
The text was updated successfully, but these errors were encountered:
382934f
No branches or pull requests
I find a function that reports on the current user (token, really) to be very useful.
Some APIs have a useful
user
orabout
endpoint. Drive does, sodrive_user()
exposes:https://github.com/tidyverse/googledrive/blob/master/R/drive_user.R
Some APIs do not have a
user
endpoint. BigQuery does not, sobq_user()
falls back to some barebones token inspection from gargle:https://github.com/r-dbi/bigrquery/blob/306023a57c62bb7fe7c370ffb4f500e3dc6b74c2/R/bq-auth.R#L201-L207
The text was updated successfully, but these errors were encountered: