问题 I'm trying to fetch a URL using optional advanced parameters in GAS: function myFunction() { var options = {}; options = { headers: { Authorization: 'Bearer ?????', 'Content-Type': 'application/json', }, }; UrlFetchApp.fetch(<url>, options); } I always get: Request failed for returned code 406 (line 52, file "Project"). HTTPResponse: SyntaxError: Empty JSON string I did the same fetching in Excel Power Query: let Source = Json.Document(Web.Contents(<URL>, [Headers=[Authorization="Bearer ?????