Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.
This repository was archived by the owner on May 13, 2026. It is now read-only.

Improve documentation of Google-apis oauth flow #74

@jessicawisesc

Description

@jessicawisesc

I went through learning to work with the Oauth flow, and it definitely is a bit convoluted. Maybe include a note to refer to GAPI docs and include a simple oauth flow example? such as:

  API = event.target
  API.auth.authorize({
    client_id: 'CLIENT ID',
    immediate: true,
    scope: 'SPACE DELIMITED SCOPES'
  },function(e){console.log(e)})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions