Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.
2024-06-21 12:24 PM
I am building a workflow in Make that downloads the recordings of meetings, audio, transcrips videos etc and then process it further.
The flow works fine but Sometime it works fine. But many times this flow stops with an error saying :
401 Forbidden error
I have no idea why this happens sometime. Previously when this happened, i simply created a new webhook and it worked fine. but why should I do it everytime? because of this I am losing a lot of imp meetings data… Need to know the reason behind.
I have reached out to Make team and this is there response on this: "I have tested and discussed the issue with the team. We don’t have much visibility on the error since it is originating directly from Zoom’s side. I recommend reaching out to Zoom support using the raw body of the request and response provided below.
I also recorded a loom video here:
https://www.loom.com/share/dbe58b0e8b3b44a88ad4039793f76dd0
{
"response": {
"status": 401,
"headers": {
"date": "Wed, 19 Jun 2024 15:18:35 GMT",
"content-type": "application/json;charset=UTF-8",
"transfer-encoding": "chunked",
"connection": "close",
"x-zm-trackingid": "v=2.0;clid=us02;rid=WEB_9aecae15f60fc4e583159d4e09a0026e",
"x-content-type-options": "nosniff",
"x-frame-options": "SAMEORIGIN",
"cf-cache-status": "DYNAMIC",
"set-cookie": [
"__cf_bm=TYQSJc3IRjprh1r4zA6ZQEd2_CFsTPZio5zKsmQ_960-1718810315-1.0.1.1-pkudtQMX0A08GZb9qFp.2StlPTryDNTw3.OEmrASAkkYwrjQZWq4Qgy0k0AdrXjEX4ydQhSnfTRXRutYIA3UZg; path=/; expires=Wed, 19-Jun-24 15:48:35 GMT; domain=.zoom.us; HttpOnly; Secure; SameSite=None"
],
"report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=gELnuKEn6dhL3yc4WvCEuzT444JcHbIuaAF26as0PbjTv%2Bst8m1ZtXn0AB%2FIlvJZouRGbZWWE0Ghf5Mx05inJW8egiAmbpGjvBVGxbGSvC6lbD4jQvJSwEqCIatjCW5Nuw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
"nel": "{\"success_fraction\":0.01,\"report_to\":\"cf-nel\",\"max_age\":604800}",
"server": "cloudflare",
"cf-ray": "89647e187ac30621-IAD",
"alt-svc": "h3=\":443\"; ma=86400"
},
"body": {
"status": false,
"errorCode": 300,
"errorMessage": "Forbidden"
}
},
"request": {
"url":
"headers": {
"user-agent": "Make/production",
"accept": "application/json",
"authorization": "***"
},
"method": "GET"
}
}