
yt_oauth(app_id = NULL, app_secret = NULL, scope = "ssl", token = ".httr-oauth", ...)
.httr-oauth
in the local directory.
So if there is such a file, the function will first try to read from it.oauth2.0_token
https://developers.google.com/youtube/v3/guides/auth/client-side-web-apps for different scopes
## Not run:
# yt_oauth("998136489867-5t3tq1g7hbovoj46dreqd6k5kd35ctjn.apps.googleusercontent.com",
# "MbOSt6cQhhFkwETXKur-L9rN")
# ## End(Not run)
Run the code above in your browser using DataLab