Term for followup, looking for actionitems

前端 未结 2 1376
暖寄归人
暖寄归人 2021-01-24 02:10

I wanted to write a quick script to remind myself of follow-up action items put on the various google documents, out of google drive to benefit from the API list(). However, it

2条回答
  •  悲哀的现实
    2021-01-24 02:20

    You can accomplish that setting the q parameter to

    fullText contains 'followup:actionitems' and trashed = false
    

    returns the same files as Google Drive UI does

提交回复
热议问题