lithnet / googleapps-managementagent

Google Workspace Management Agent for MIM 2016
MIT License
12 stars 4 forks source link

Deprecated API question #38

Closed LukaszKrukowski closed 5 years ago

LukaszKrukowski commented 5 years ago

Hi @ryannewington

Trusting you're fine.

I would like to double check with you that it is ok to remove following deprecated API - https://apps-apis.google.com/a/feeds/emailsettings/2.0/ (as per this article: https://gsuiteupdates.googleblog.com/2018/10/email-settings-api-shutdown.html) from Client Access API's. It appears that GoogleApps MA works just fine without it but wanted to check with you before implementing that change in the production environment. Can you think of any functionalities that may not be working properly without this API please?

Kind regards, Lukasz

ryannewington commented 5 years ago

Hi @LukaszKrukowski ,

If you are using the current pre-release version then yes, you no longer need the email settings api. This was only used for delegate support on advanced users, and sendas support. The APIs for managing delegates has been moved over to the new gmail API.

While this code is production ready, the calendar support in this branch forms part of the upcoming version 2.0 release of this connector, and that is still in testing.

Ryan

LukaszKrukowski commented 5 years ago

Thank you very much for the prompt reply Ryan. I'm using 1.2.6847.26913 version build. Good news is that we're not using delegate or send-as functionalities in MA.

I think I will wait for upcoming 2.0 release or just use latest one (we're not managing calendars either). Since I haven't had a chance to do GoogleApps connector update yet - is there any documentation on how to do it, or is it as simple as installing new version from msi and restarting FIMSynchronizationService?

Kind regards, Lukasz

ryannewington commented 5 years ago

There will be some release notes to help people change their oauth scopes, but otherwise it's just an install over the top. No FIM sync restart required, just an MA refresh.

LukaszKrukowski commented 5 years ago

Fantastic, I will keep an eye open for the new release then. Thank you very much for your help, as always!

Kind regards, Lukasz

ryannewington commented 5 years ago

Just to close the loop in this, the new MA version is available here https://github.com/lithnet/googleapps-managementagent/releases/tag/v2.0.6996