I am using the YouTube node with the YouTube OAuth2 API to get information on a particular video that I’m tracking and while the node had previously worked before, maybe about a week, and now it seems that the token might have expired? After reconnecting the OAuth the node doesn’t get the 404 anymore. I’m wondering if I might be doing something wrong or if there is an alternative way to deal with this scenario.
I’m also thinking it may be similar to this scenario. However, if I were to try to use this method instead, I probably would have to switch from the YouTube node to a HTTP Request with a generic OAuth2 authentication?