Why YouTube API Scopes error happens on the Windows Server?
问题 I am using YouTube API to get the data and for a month there is an error when I try to make a request on a Windows Server 2012 R2, (local works). Basically, before the script makes a request he updates a YouTube token in order not to perform a log on into Google Account. The function loads a pickle file with the credentials and updates them if necessary. The error happens on the line "creds.refresh(Request())" by drilling down by scopes- def main_load_page(youtube, API_VERSION, SCOPES, CLIENT