Closed hoangdangduy closed 5 years ago
The Google Photos Library API requires user OAuth credentials. Service accounts or other non-interactive credenials are not supported. You can find more details on the Authentication and Authorization page in the developer documentation.
The only way to obtain these credentials is to prompt the user via a URL to authorize access.
@jfschmakeit When I run my application on Window OS I will can interact with UI to grant permission but I want run it on server only have command. Do you have way to by pass it ? Thanks!