You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally Zoom Ingester encounters a 404 when trying to retrieve the metadata for a recording I have observed that if the recording exists and has not been deleted, it is possible to get information on this recording via other endpoints. Is it possible to change the code so that we no longer rely on this endpoint?
Problematic endpoint:
GET
/metrics/meetings/{meetingId}
The text was updated successfully, but these errors were encountered:
nataliemona
changed the title
Retry when metadata returns a 404.
Get meeting details call - GET /metrics/meetings/{meetingId} occasionally returns 404 when a recording exists
Nov 13, 2019
nataliemona
changed the title
Get meeting details call - GET /metrics/meetings/{meetingId} occasionally returns 404 when a recording exists
Work around Zoom API sometimes returning 404 when getting meeting metadata for valid recordings
Nov 13, 2019
Occasionally Zoom Ingester encounters a 404 when trying to retrieve the metadata for a recording I have observed that if the recording exists and has not been deleted, it is possible to get information on this recording via other endpoints. Is it possible to change the code so that we no longer rely on this endpoint?
Problematic endpoint:
GET
/metrics/meetings/{meetingId}
The text was updated successfully, but these errors were encountered: