metadataHeaders选项失败,并带有多个标题

编程入门 行业动态 更新时间:2024-10-23 11:31:50
本文介绍了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:

developers.google/gmail/api/v1/reference/users/messages/get

更多推荐

metadataHeaders选项失败,并带有多个标题

本文发布于:2023-11-27 21:12:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1639619.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:多个   选项   标题   metadataHeaders

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!