storage.channel stop request has invalid URL #1145
Labels
api: storage
Issues related to the Cloud Storage API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
channel id is used to construct request URI, and always results in 404 (gsutil has the same bug btw),
ie it should be:
https://www.googleapis.com/storage/v1/channels/stop
instead ofhttps://www.googleapis.com/storage/v1/channels/channel-name/stop
this can be temporarily fixed with (since there is only 1 method for .channel, which is
.stop
- there are no checks on the interceptorThe text was updated successfully, but these errors were encountered: