dropbox / dropbox-sdk-dotnet

The Official Dropbox API V2 SDK for .NET
https://www.dropbox.com/developers
MIT License
332 stars 450 forks source link

Team Events Does Not Support type group_external_sharing_setting_override_changed #367

Open colin-wyatt-sp opened 2 weeks ago

colin-wyatt-sp commented 2 weeks ago

Describe the bug The team event group_external_sharing_setting_override_changed is returned as event type "Other", with empty details.

To Reproduce Modify external sharing override setting for a group, query event using api library.

Expected Behavior An event with event type GroupExternalSharingSettingOverride and full model support with details tag support for group_external_sharing_setting_override_changed_details with PreviousValue and NewValue.

Actual Behavior Event details are not returned, only an event of type "Other", with empty OtherDetails info.

Versions

Additional context Recommend updating API schema source and re-generating code.

greg-db commented 2 weeks ago

Thanks for the report! I'll ask the team to release an update to support this event type.