【发布时间】:2015-10-22 12:01:09
【问题描述】:
影响所有语言库的 Google Admin SDK Channel Stop 端点似乎有问题。至少 Node、Ruby 和 PHP。
我遇到了“目录”的问题……
- 应该是:https://www.googleapis.com/admin/directory/v1/channels/stop (404)
- 这工作:https://www.googleapis.com/admin/directory_v1/channels/stop
- 这是生成的:https://www.googleapis.com/admin/directory/v1//admin/directory_v1/channels/stop (404)
如果其他人对“报告”有问题…… Stop watching google push notifications
Ruby 库问题... https://github.com/google/google-api-ruby-client/issues/251
【问题讨论】:
标签: google-admin-sdk