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
235 stars 67 forks source link

Add a file to a shared drive #214

Closed jtwaddlegus closed 5 years ago

jtwaddlegus commented 5 years ago

Unless I am missing it, I don't see a way to move a file from My Drive into a shared drive. Is that possible?

WJurecki commented 5 years ago

It took me a while to find it too!

Update-GSDriveFile -FileId 'fileid' -AddParents 'SharedDriveID' -RemoveParents 'ExistingParents'

jtwaddlegus commented 5 years ago

Thank you!

scrthq commented 5 years ago

Thanks for the assist, @WJurecki!!!

Glad you're sorted, @jtwaddlegus!!!

❤️