You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 2.26.1
* [Issue #172](#172)
* Fixed: `New-GoogleService` now using `New-Object` to prevent `[Google.Apis.Util.Store.FileDataStore]::new()` constructor issues in PowerShell 4.
* [Issue #173](#173)
* Added: `FolderColorRgb` parameter to `New-GSDriveFile` and `Update-GSDriveFile` to enable setting the color of a folder in Drive - _Thanks, [@WJurecki](https://github.com/WJurecki)!_
* [PR #174](#174) - _Thanks, [@WJurecki](https://github.com/WJurecki)!_
* Fixed: `Get-GSDriveFileList` filter concatenation so it joins multiple filters with ` and ` instead of just a space ` `.
Currently unable to set drive folder colors using PSGSuite.
Would like to be able to assign colors to drive folders.
New parameter could be added, such as:
with a color dictionary of UI allowed colors being defined as:
filling the body of the API call with
I believe this will work for Drive folders. I'm not sure if this will cause any issues if attempted on a non-folder file or Team Drive file.
This should allow automation of the UI feature to change a folder's color as seen here:
The text was updated successfully, but these errors were encountered: