Skip to content

Oauth authentication fails with 404 error #305

@DIPAD-Fran-Bryden

Description

@DIPAD-Fran-Bryden

When authenticating via credentials_user_oauth2, the authentication dance ends in a 404 error rather than the expected code to pass back to RStudio console.

Example:

scope <- c("https://www.googleapis.com/auth/cloud-platform")

token <- gargle::credentials_user_oauth2(
  scopes = scope
)

This prompts the expected authentication process, but the final screen shows

Image

Instead of the authentication code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    reprexneeds a minimal reproducible example

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions