Google.Apis.Requests.RequestError 未找到请求的实体。 [404]

时间:2021-01-19 18:58:54

标签: google-sheets-api

使用时

SpreadsheetsResource.ValuesResource.UpdateRequest request = service.Spreadsheets.Values.Update(requestBody, spreadsheetId, range);
            request.ValueInputOption = valueInputOption;

            // To execute asynchronously in an async method, replace `request.Execute()` as shown:
            Data.UpdateValuesResponse response = request.Execute();

遇到这个错误

Google.Apis.Requests.RequestError Requested entity was not found. [404]

2 个答案:

答案 0 :(得分:1)

您检查您的电子表格 ID 是否有效。您的错误是“未找到请求的实体。[404]”,[404] 是由无效的电子表格 ID 引起的。服务器端无法通过电子表格ID找到对应的电子表格。

参考:

API。参见 C# 部分: https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update

电子表格ID。请参阅电子表格 ID 部分: https://developers.google.com/sheets/api/guides/concepts

答案 1 :(得分:0)

当我点击 public class Spielfeld { static ArrayList<Figur> myCharacters = new ArrayList<>(); //some methods that adds points(circles) and Squares to the arraylist MyCharacters //some methods like movebetweensquares that calls method zeichnen in Leinwand 并选中我正在使用的那些时为我工作 enter image description here