I need an help to make the right decision about how to make use of google api.
I want to develop a script to connect server to server (without any Oauth2 connection) to my google drive folder in order to display google drive file and folder in a web page. I'll also set a cron job to do an action if some files are updated.
Is this possibile? In google cloud platform I found the drive api with the Server-to-server interaction. Is this the right solution?
Thanks you!
https://developers.google.com/drive/v3/web/quickstart/php
Over here you'll find the way to enable the API. From that point you can use the library.
The site will give a sample:
This will show 10 files just as they say.
This is (in my opinion) the best way.