Gmail API returning email signature even if set as “No Signature”

蓝咒 提交于 2020-01-05 07:51:13

问题


The following api will retrieve your email signature if you have it set in gmail:

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

However, if you add a signature then set it to "No Signature" (radio box) afterwards, it will still return the signature you set in the settings page. I expected that it should return an empty response.

There seems to be no issue reported on either the sdk or here so not sure if this is isolated. It can be replicated on google's api explorer too so it is not an issue on my sdk.

Is there a workaround for this besides clearing my signature from the settings?

来源:https://stackoverflow.com/questions/44274495/gmail-api-returning-email-signature-even-if-set-as-no-signature

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!