ohmayr

Results 42 comments of ohmayr

As per the previous comment, we recommend to file an issue directly with the API team. Closing this issue.

@mitsuo0114 Thanks for reporting this issue! Given that some of the other languages already support `rest` transport for this client (i.e. Php, Java, Ruby), it should be trivial to add...

Hi @shikharvaish28, thanks for reporting this and sharing the reproduction code. I see that you've also shared some logs for the requested requested URL. Can you share the error /...

@shikharvaish28 I ran the provided script with my own query parameters and i'm able to successfully get the `message`. I can't say for sure why it isn't working in your...

Hi @ajram23, Thanks for reporting this! Can you provide a code snippet to reproduce this issue?

@ajram23 Can you provide a complete code that you're running? You can hide / replace sensitive information such as project name, etc.

@ajram23 - What API service name and version are you using? - Are you configuring any client options? Such as api endpoint, etc? - How are you defining your request?...

Hi @ajram23, apologies for the delay! I was able to reproduce the issue with the following script ```python3 # build the service service = build('people', version="v1", credentials=creds) count = 1...

Closing this issue since a workaround was provided in the previous comment as well as next steps to follow up with the API team. Feel free to open a new...

@jefer94 Thanks for reporting this. 1. I see that you've shared an image for an API call that you're making. It seems like there's a typo there `alist_conference_records` and I...