-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
No labels