Skip to content
New issue

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

Support reading sheets from a shortlink #259

Open
mine-cetinkaya-rundel opened this issue Jun 9, 2022 · 0 comments
Open

Support reading sheets from a shortlink #259

mine-cetinkaya-rundel opened this issue Jun 9, 2022 · 0 comments
Labels
feature a feature request or enhancement

Comments

@mine-cetinkaya-rundel
Copy link
Member

Currently reading from a short link (e.g., this sheet: https://rstd.io/r4ds-students) gives an error.

library(googlesheets4)
gs4_deauth()

students <- read_sheet("https://rstd.io/r4ds-students")
#> Error in `gargle_abort_request_failed()`:
#> ! Client error: (404) NOT_FOUND
#> • A specified resource is not found, or the request is rejected by undisclosed
#>   reasons, such as whitelisting.
#> • Requested entity was not found.

Created on 2022-06-09 by the reprex package (v2.0.1)

It would be nice to support reading from shortlinks, particularly for teaching & documentation scenarios.

@jennybc jennybc added the feature a feature request or enhancement label Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants