Releases: MVKozlov/GMGoogleDrive
Releases · MVKozlov/GMGoogleDrive
Google Sheets support
Service account support
Fix PSv7 upload, comment/reply support
- Fixed content uploading under PSv7
- Added support for comments and replies on file items
- Added property selection to
Find-GDriveItem
andGet-GDriveChildItem
- Added
Export-GDriveItemContent
for Google Workspace documents Set-GDriveItemContent
now returns ErrorRecord instead of Exception,
this allows geting the request body and formatted error content usingGet-GDriveError
New-GDriveShortcut and Restore-GDriveItem
- add new function
New-GDriveShortcut
to quickly create shortcuts - add new function
Restore-GDriveItem
to quickly restore from trash - add ShouldProcess to
Clear-GDriveTrash
Added "-AllDriveItems" switch to Find-GDriveItem
- "includeItemsFromAllDrives=true" directive to the uri parameters for Items Find
UTF-8 Charset for metadata
- Metadata (file names, descriptions) now have UTF-8 charset
- Some tests corrected
Permissions support
- Permissions support
- pipeline support for
Get-GDriveAccessToken
supportsAllDrives
parameter instead of deprecated TeamDrives
Added Revisions support
- Revisions support
- Trash clearing
- Folder upload.
Added Team Drive support
v1.0.2.3 Merge branch 'nebiont-master'
First usable release
v1.0.1.1 minor help fix