Error: invalid_request getToken
问题 Steps I have taken Using Google's developper console: I have created a project and created a client for that project. I have activated Youtube API Data I set a the callback to http://localhost:3000/callback I have downloaded the "client_secrets". Node server initial steps: Using "client_secrets" I have created a new OAuth2Client instance that I named oauth2Client I generated the URL with oauth2Client variable specifying the following: var url = oauth2Client.generateAuthUrl({ access_type: