How to access a gmail account I own using Gmail API?

前端 未结 2 1001
执笔经年
执笔经年 2021-02-07 04:10

I want to run a node script as a cronjob which uses Gmail\'s API to poll a gmail account I own.

I am following these quickstart instructions:

I\'m stuck

2条回答
  •  半阙折子戏
    2021-02-07 04:34

    To fully understand the use of Gmail API, going through Gmail API Overview really will make a difference.

    And you can also use these documentations to start building a Gmail app:

    • The client libraries are available for download in several languages and simplify making API requests.
    • The developer guide topics help you better understand how to implement particular use cases.
    • The API reference gives you details on every resource and method in the Gmail API.

    I hope these help.

提交回复
热议问题