metadataHeaders选项失败,并带有多个标题 [英] metadataHeaders option failing with multiple headers

查看:56
本文介绍了metadataHeaders选项失败,并带有多个标题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的代码段:

    if messages['messages']:
        for message in messages['messages']:
            batch.add(gmail_client.users().messages().get(userId='me', id=message['id'], format='metadata', fields="payload,threadId,id", metadataHeaders="from,to,date,subject"), callback=messageCallback)

    batch.execute()

这仅适用于metadataHeaders中的一个选项,但是列出了多个标头,它根本不返回任何标头.有什么想法吗?

This works fine with just one option in metadataHeaders, but with multiple headers listed it's not returning any headers at all. Any ideas?

推荐答案

只需弄清楚就可以了.文档不正确,此参数的正确格式是字符串数组,而不是单个字符串.您可以在此页面上看到错误:

Just figured it out. The documentation is incorrect, the correct format for this parameter is an array of strings rather than a single string. You can see the error on this page:

https://developers.google.com/gmail/api/v1/reference/users/messages/get

这篇关于metadataHeaders选项失败,并带有多个标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆