Description
With JWT app on our zoom account we were able to call this api https://api.zoom.us/v2/metrics/meetings/{id} for meeting on the zoom account owned by our clients. We used this api to get meeting ID in return for meeting UUID but now the api is not working for the zoom account owned by our clients.
Please noted we have migrated from JWT to OAuth app.
Error?
"[404 Not Found] during [GET] to [https://api.zoom.us/v2/metrics/meetings/u0mKpSU2RIuip9sJQbzFyg%3D%3D] [ZoomClient#getMeetingFromInstance(String)]: [{\"code\":3001,\"message\":\"Meeting does not exist: u0mKpSU2RIuip9sJQbzFyg==.\"}]", "message": "[404 Not Found] during [GET] to [https://api.zoom.us/v2/metrics/meetings/u0mKpSU2RIuip9sJQbzFyg%3D%3D] [ZoomClient#getMeetingFromInstance(String)]: [{\"code\":3001,\"message\":\"Meeting does not exist: u0mKpSU2RIuip9sJQbzFyg==.\"}]", "name": "feign.FeignException$NotFound", "extendedStackTrace": "feign.FeignException$NotFound: [404 Not Found] during [GET] to [https://api.zoom.us/v2/metrics/meetings/u0mKpSU2RIuip9sJQbzFyg%3D%3D] [ZoomClient#getMeetingFromInstance(String)]: [{\"code\":3001,\"message\":\"Meeting does not exist: u0mKpSU2RIuip9sJQbzFyg==.\"}]\n\tat feign.FeignException.clientErrorStatus(FeignException.java:201) ~[feign-core-10.10.1.jar!/:?]\n\tat feign.FeignException.errorStatus(FeignException.java:177) ~[feign-core-10.10.1.jar!/:?]\n\tat feign.FeignException.errorStatus(FeignException.java:169) ~[feign-core-10.10.1.jar!/:?]\n\tat feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92) ~[feign-core-10.10.1.jar!/:?]\n\tat feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:96) ~[feign-core-10.10.1.jar!/:?]\n\tat feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138) ~[feign-core-10.10.1.jar!/:?]\n\tat feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89) ~[feign-core-