Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
1.01k stars 131 forks source link

Message data encrypted #389

Closed c4r3 closed 1 year ago

c4r3 commented 1 year ago

Hi, i had a strange issue when i receive new messages in "pull" mode. The data field, the payload of the message, all of a sudden is encrypted (example: Y2lhbyB6aW8=). Few days ago was working like a charm. I'm testing locally on my laptop with a service account with PubSub Admin role and i have no issues about security, authentication and authorization. I'm using the last version of the SDK.

Any idea? Best regards