When trying to use google api v3 to retrieve my list of youtube videos uploads it's not continue after the request?
问题 The program just hang after trying to make a request and never continue. Tried to use try and ctach but it's not throwing any exceptions or errors. This is my code in a new class: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Google.Apis.Auth.OAuth2; using Google.Apis.Services; using Google.Apis.Upload; using