ncohen
ncohen

Reputation: 473

Use regular Google accounts as application-owned accounts

I wan't to use regular Google accounts as application-owned accounts. At first, I tried to use service account but I cannot buy additional storage while using this account. Then I saw this option on Google documentation:

Use regular Google accounts as application-owned accounts

How can I implement this log-in method in Java? Please Advice, Noam

Upvotes: 3

Views: 355

Answers (1)

Burcu Dogan
Burcu Dogan

Reputation: 9213

Create a new account [1] and go through the OAuth 2.0 Web flow [1].

[1] https://accounts.google.com/SignUp

[2] https://developers.google.com/drive/auth/web-server

Upvotes: 1

Related Questions