Google API .NET 客户端的安全版本在 JSON-RPC 和全局 HTTP 批处理端点停用后
Safe version of Google API .NET client after the discontinuation of JSON-RPC and Global HTTP Batch endpoints
关于 2019 年 3 月 Google API 上的 discontinuation of JSON-RPC and Global HTTP Batch endpoints,Google API .NET 客户端的最小版本可以安全使用吗如果既不使用异构批次也不使用手动 RPC 自定义请求?
任何 Google.Apis.* 库的任何最新版本都可以安全使用。这些库不使用任何批处理或 JSON-RPC "under the covers".
只要你自己不使用异构批处理,就不会有任何问题。
另见:https://github.com/googleapis/google-api-dotnet-client/issues/1178
关于 2019 年 3 月 Google API 上的 discontinuation of JSON-RPC and Global HTTP Batch endpoints,Google API .NET 客户端的最小版本可以安全使用吗如果既不使用异构批次也不使用手动 RPC 自定义请求?
任何 Google.Apis.* 库的任何最新版本都可以安全使用。这些库不使用任何批处理或 JSON-RPC "under the covers".
只要你自己不使用异构批处理,就不会有任何问题。
另见:https://github.com/googleapis/google-api-dotnet-client/issues/1178