You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use the gRPC API for Google Cloud PubSub but I continue to receive a 404 http_error. I think this is similar to this issue in the elixir-grpc library. The *.googleapis.com services expect a Content-Type of application/grpc and anything else results in a 404 Not Found.
I've tried setting the content-type in the metadata via an interceptor, but I believe it's being overridden by the default provided here.
The text was updated successfully, but these errors were encountered:
Can ask google support or someone at google? That would mean Google is not following their own spec :) I wouldn't doubt it to be the case, but would expect them to fix it.
Just confirmed that dropping the +proto solved the 404 http_error. It is quite silly and frustrating that it works like this, but alas, I'll work on getting a PR put together that allows user supplied metadata to override defaults.
I'm attempting to use the gRPC API for Google Cloud PubSub but I continue to receive a 404
http_error
. I think this is similar to this issue in theelixir-grpc
library. The*.googleapis.com
services expect a Content-Type ofapplication/grpc
and anything else results in a 404 Not Found.I've tried setting the content-type in the metadata via an interceptor, but I believe it's being overridden by the default provided here.
The text was updated successfully, but these errors were encountered: