-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[System.IO.FileShare] does not contain a method named 'op_Addition' #178
Comments
Thanks for letting me know, @lefoimpeur ! Couple questions so I can dig in a little better:
|
|
Thank you for the additional details, @lefoimpeur !! Should have a fix for you by tomorrow night once I have some time =] |
Hi @scrthq, |
hey @lefoimpeur - I have the fix for this sorted =], just working on getting a couple other pending fixes/features included that have been delaying this overall. Should hopefully have a new version published tonight with this fix, I'll definitely let you know though! For reference, the issue is that PS4 doesn't handle adding the enum values for # Current code (works fine in PS5+)
[System.IO.FileShare]::Delete + [System.IO.FileShare]::ReadWrite
# Updating to the following (works in PS2.0+)
[System.IO.FileShare]"Delete, ReadWrite" |
## 2.26.2 * [Issue #177](#177) * Added: Fields parameter to Get-GSDriveFileList * [Issue #178](#178) * Fixed: Start-GSDriveFileUpload failing on PowerShell 4.0 * [Issue #179](#179) * Added: Ims parameter to both New-GSUser and Update-GSUser * Added: Add-GSUserIm function to create correct type for new Ims parameter. * Miscellaneous * Added: Clear-PSGSuiteServiceCache to clear the cache and dispose of any remaining open web clients. * Improved overall service caching. * Added: Support for Cloud-Identity licenses for Get-GSUserLicense * Added: OutputType for all applicable Helper functions (i.e. Add-GSUserIm)
## 2.26.2 * [Issue #177](#177) * Added: `Fields` parameter to `Get-GSDriveFileList` * [Issue #178](#178) * Fixed: `Start-GSDriveFileUpload` failing on PowerShell 4.0 * [Issue #179](#179) * Added: `Ims` parameter to both `New-GSUser` and `Update-GSUser` * Added: `Add-GSUserIm` function to create correct type for new `Ims` parameter. * Miscellaneous * Added: `Clear-PSGSuiteServiceCache` to clear the cache and dispose of any remaining open web clients. * Improved overall service caching. * Added: Support for `Cloud-Identity` licenses for `Get-GSUserLicense` * Added: `OutputType` for all applicable Helper functions (i.e. `Add-GSUserIm`)
## 2.26.2 * [Issue #177](#177) * Added: Fields parameter to Get-GSDriveFileList * [Issue #178](#178) * Fixed: Start-GSDriveFileUpload failing on PowerShell 4.0 * [Issue #179](#179) * Added: Ims parameter to both New-GSUser and Update-GSUser * Added: Add-GSUserIm function to create correct type for new Ims parameter. * Miscellaneous * Added: Clear-PSGSuiteServiceCache to clear the cache and dispose of any remaining open web clients. * Improved overall service caching. * Added: Support for Cloud-Identity licenses for Get-GSUserLicense * Added: OutputType for all applicable Helper functions (i.e. Add-GSUserIm)
Hey @lefoimpeur - v2.26.2 is out now with this fix. Please try it out and let me know if you're still having any issues! Thanks for your patience! |
Hi @scrthq , really good, It works ! |
I have another similar issue with "Start-GSDriveFileUpload" :
Start-GSDriveFileUpload : Method invocation failed because [System.IO.FileShare] does not contain a method named 'op_Addition'
The text was updated successfully, but these errors were encountered: