Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 46 forks source link

CloudRecordings.DownloadFileAsync will no longer work in February 2023 #262

Closed Jericho closed 1 year ago

Jericho commented 1 year ago

Downloading cloud recording files will stop working in February 2023 due to upcoming change in the Zoom API.

Jericho commented 1 year ago

The solution is to specify the OAuth token as a Bearer token in the Authorization header rather than as a querystring parameter.

Jericho commented 1 year ago

:tada: This issue has been resolved in version 0.57.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: