Skip to content

Authorization #4

@joshuataylor

Description

@joshuataylor

So Google Drive only supports OAuth2 to authorize requests - see https://developers.google.com/drive/v3/web/about-auth .

We have a couple of options:

1/ Add a dependency to a library to handle auth, as this will mean that google-api-elixir-client only interacts with Google API and doesn't handle auth (good)
2/ Write auth ourselves.

I recommend option 1, as this will reduce the initial development time, and help grow both projects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions