Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base64url not found #112

Open
AlessioC31 opened this issue May 9, 2023 · 1 comment
Open

Base64url not found #112

AlessioC31 opened this issue May 9, 2023 · 1 comment
Assignees

Comments

@AlessioC31
Copy link

Hello,

I'm trying to use this sdk to get the emails from a mailbox.

I execute this code to get the mails: result = client.users_by_id("<mail>").messages.get.resume

But I get these errors:

image

Am I missing a dependency? Thanks!

@ghost ghost added the ToTriage label May 9, 2023
@baywet baywet self-assigned this May 16, 2023
@ghost ghost removed the ToTriage label May 16, 2023
@baywet
Copy link
Member

baywet commented May 16, 2023

Hi @AlessioC31
Thanks for reaching out and for using the Ruby SDK.
We're still at an early preview stage for this language, expect to run into issues like these for the time being.
This is caused because the serialization of byte array properties is not yet implemented in the generator for ruby
And message contains a byte array property

The best workaround at this point until we implement that serialization is to select only the properties you care about with a select query parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants