SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
234 stars 66 forks source link

Drive changes #257

Open asw13537 opened 4 years ago

asw13537 commented 4 years ago

Is it possible that you can add gdrive/team drive changes as cmdlet . I would like to have a script that would run every 5 minutes, look for changes ( uploads to Gdrive or team drive) and export selected information ( file id/ folder I'd/ name of file / folder it's in etc )

I will use the selected information both to export to CSV and create files (strm files) which will link to the hosted media file.

I think seeing the changes to a drive would be useful information to have.

scrthq commented 4 years ago

Hey @asw13537 - Those can definitely be added! I won't be able to get those into the next release, but I'll definitely tack it on as a feature request. Thanks for submitting!

asw13537 commented 4 years ago

Awesome thank you.