Google Apps Script returns an error “Limit Exceeded: URLFetch URL Length”
问题 YouTube data api v3 nextPageToken is too long that Google Apps Script returns an error Limit Exceeded: URLFetch URL Length when I tried UrlFetchApp.fetch("requesturl") ; Here is the request url www.googleapis.com/youtube/v3/commentThreads?key="+API_KEY+"&part=id&videoId="+ VIDEO_ID +"&order=relevance&textFormat="plaintext&pageToken=" + nextPageToken code var API_KEY = '***************************************'; var VIDEO_ID = 'oG2Ka3nOVzM'; var maxResults = 100 ; var pageToken = ""; var order