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

Add param to accept Base64String to Update-GSUserPhoto #314

Open jgeron-suhsd opened 3 years ago

jgeron-suhsd commented 3 years ago

Is your feature request related to a problem? Please describe. I'm able to pull images in the same format (Base64) from our Student Information System, so it would be nice to not have to write this to the drive and just pass the data through via a new optional param like -Base64String

Describe the solution you'd like Add -Base64String that accepts the raw data for image upload on the Google Profile Picture.