有没有办法使用gmail查询(GTLQueryGmail)修改标签。 我已经完成了api文件,执行此操作的api是: - https://www.googleapis.com/auth/gmail.modify
我希望通过iOS中的gmail Query来完成此操作
提前致谢
答案 0 :(得分:0)
我不知道具体是什么GTL Query,我想象一下iOS客户端对象。你提到的“https://www.googleapis.com/auth/gmail.modify”只是你的oauth2令牌中允许进行调用所需的auth范围名称(实际上有一些可用于修改标签)。
你想要做的是使用消息modify()操作,我不知道在iOS中转换为什么,但这里有文档: https://developers.google.com/gmail/api/v1/reference/users/messages/modify
或者要更改线程中所有消息的标签,请使用线程修改: https://developers.google.com/gmail/api/v1/reference/users/threads/modify