"시계"요청을 사용하여 이메일을 게시/보조 API에 연결하고 있습니다. 그러나 아래의 코드 (Google에서 제공)를 사용하여 알림을 중지하려고하면 작동하지 않습니다. 나는 파이썬 클라이언트를 사용하고있다.Gmail 푸시 알림이 중지되지 않습니다.
credentials = get_credentials()
http = credentials.authorize(httplib2.Http())
service = discovery.build('gmail', 'v1', http=http)
result = service.users().stop(userId='me')
내 참조 :
https://developers.google.com/gmail/api/guides/push
https://developers.google.com/apis-explorer/#p/gmail/v1/gmail.users.labels.list이 질문을 주셔서 감사합니다이 페이지에 여기에 버튼을 실행 대응을 실행이었다 남아. 매우 도움이되었습니다. – HarshaXsoad