1
我試圖通過Google Drive API v3檢索用戶信息。Google Drive API V3中的字段參數
var request = this.driveService.About.Get();
request.Fields = "user.displayName";
var accountInfo = await request.ExecuteAsync();
即使我指定它與消息抱怨的字段:
Google.Apis.Requests.RequestError 需要這種方法的「場」參數。 [400]
這是否意味着別的'領域'?