【发布时间】:2019-04-06 01:46:27
【问题描述】:
关于 2019 年 3 月 Google API 上的 discontinuation of JSON-RPC and Global HTTP Batch endpoints,如果既不使用异构批处理也不使用手动 RPC 自定义请求,使用哪个最小版本的 Google API .NET 客户端是安全的?
【问题讨论】:
标签: google-api google-api-dotnet-client
关于 2019 年 3 月 Google API 上的 discontinuation of JSON-RPC and Global HTTP Batch endpoints,如果既不使用异构批处理也不使用手动 RPC 自定义请求,使用哪个最小版本的 Google API .NET 客户端是安全的?
【问题讨论】:
标签: google-api google-api-dotnet-client
任何 Google.Apis.* 库的任何最新版本都可以安全使用。这些库不“在幕后”使用任何批处理或 JSON-RPC。
只要你自己不使用异构批处理就不会有任何问题。
另见:https://github.com/googleapis/google-api-dotnet-client/issues/1178
【讨论】: