#1 shows the google developers oauth center where I get my access token. I want to use that to change and modify descriptions and tags etc.Now, it works perfectly (addressing the endpoint: googleapis.com/youtube/v3/videos ) but the problem is that the token is active for only 1 hour (god knows why). But they provide a refresh Token.So the question is how the refresh token can be embedded in the (image #2) Make.com HTTP Request some way or if there is a work around within another automation that automatically updates the token? I am not sure.
Tried to just add the refresh token to the header but didnt work.