cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Zoom Web SDK whiteboard file upload

mghz26
Newcomer
Newcomer

Whiteboard in Zoom Web SDK throws the following CORS error on file upload

Access to fetch at 'https://nws.zoom.us/nws/das/api/v1/documents/XX/upload?name=360_F_159183621_0YTKAAqAA7GI7DlCBfYJ2wfK...' from origin 'http://localhost:3001' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

=============

zoomus/websdk: v2.17.0
node: v18.13.0
react: v18.2.0
1 REPLY 1

BakerHe
Community Champion | Employee
Community Champion | Employee

As I know, we can't access zoom whiteboard api from localhost. It's blocked by browser CORS policy. 

 

Try this to bypass this limitation (for development only)https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome