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
And it should be serialized as: https://www.googleapis.com/gmail/v1/users/me/messages/148c29056c3dfcbc?metadataHeaders=To&metadataHeaders=Date&key={...}
Is there any way to do this?
The text was updated successfully, but these errors were encountered:
The
metadataHeaders
API param in the Gmail API can have multiple instances. See https://developers.google.com/gmail/api/v1/reference/users/messages/get. However, the library doesn't appear to support this. I would like to do something like this:And it should be serialized as:
https://www.googleapis.com/gmail/v1/users/me/messages/148c29056c3dfcbc?metadataHeaders=To&metadataHeaders=Date&key={...}
Is there any way to do this?
The text was updated successfully, but these errors were encountered: