Skip to content

Releases: MVKozlov/GMGoogleDrive

Google Sheets support

22 Jul 12:23
Compare
Choose a tag to compare
  • Added Google Sheets api

Thanks to @elhaus for great contributions

Service account support

09 Jan 11:38
Compare
Choose a tag to compare

Fix PSv7 upload, comment/reply support

30 Nov 09:41
Compare
Choose a tag to compare
  • Fixed content uploading under PSv7
  • Added support for comments and replies on file items
  • Added property selection to Find-GDriveItem and Get-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 using Get-GDriveError

New-GDriveShortcut and Restore-GDriveItem

05 Oct 09:52
Compare
Choose a tag to compare
  • 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

17 Feb 16:13
397fe02
Compare
Choose a tag to compare
  • "includeItemsFromAllDrives=true" directive to the uri parameters for Items Find

UTF-8 Charset for metadata

27 Jan 18:21
Compare
Choose a tag to compare
  • Metadata (file names, descriptions) now have UTF-8 charset
  • Some tests corrected

Permissions support

04 Sep 07:31
fcaabb0
Compare
Choose a tag to compare
  • Permissions support
  • pipeline support for Get-GDriveAccessToken
  • supportsAllDrives parameter instead of deprecated TeamDrives

Added Revisions support

18 Jul 13:02
13e8ebf
Compare
Choose a tag to compare
  • Revisions support
  • Trash clearing
  • Folder upload.

Added Team Drive support

04 Oct 10:40
Compare
Choose a tag to compare
v1.0.2.3

Merge branch 'nebiont-master'

First usable release

21 Apr 10:55
Compare
Choose a tag to compare
v1.0.1.1

minor help fix