Jericho / ZoomNet

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

No longer able to send files to a channel #257

Closed Jericho closed 1 year ago

Jericho commented 1 year ago

IChat.SendFileAsync and IChat.UploadFileAsync no longer work. When you invoke either of these methods, the Zoom API returns Invalid access token which, after investigation, turns out to be somewhat misleading. To make maters more confusing, you don't experience this problem when your application targets net48 but you indeed get this problem on any other framework like net6.0 and net7.0 for example.

It turns out that this problem is due to the combination of a few factors:

Jericho commented 1 year ago

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

The release is available on:

Your GitReleaseManager bot :package::rocket: