Hi everyone
I am using google drive connector component of forge. I want to retrieve data from google drive.
My use case is I just want to read two folders on my drive and get their contents.
As far as my understanding:
1.) We have to receive a token from Google.
2.) Using that token we have to make a request to drive to get data.
However I am unable to determine which actions would be used for what purpose.
Moreover I want to use a timer every 15 minutes to look for additional data.
Please help.