google-apis-explorer

Modify message label Python GMAIL API

Modify message label Python GMAIL API Question: I’m trying to send a post request using the Gmail API. However, I could not find in the documentation the name of the parameter I have to use to send the data. For example, below is a sample of the code I’m using: post_data = { "addLabelIds": [ …

Total answers: 2