-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
Hi,
I use "google_api_python_client-1.5.1" from pip.
I try Pub/Sub message publish to topic.
topics.publish(topic='topicId',
body={
'messages': [{
'messageId': str(uuid.uuid4()),
'data': base64.encodestring('Hello')
}]
}).execute()
error occurred, and return this message.
googleapiclient.errors.HttpError: <HttpError 400 when requesting https://pubsub.googleapis.com/v1/projects/projectId/topics/topicId:publish?alt=json returned "Invalid value at 'messages[0].data' (TYPE_BYTES), "SGVsbG8=
I looks like this issue.
googleapis/google-cloud-ruby#713
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.