API Endpoint(s) and/or Zoom API Event(s)
GET /archive_files (Meetings > Archiving docs section)
GET /users/{userId}/meetings (Meetings > Meetings docs section)
Description
The two APIs listed should accept pretty much the same headers and query parameters according to the Zoom API docs. But the /archive_files API complains about bad request, whereas the /meetings API works fine.
I am accessing these and other Zoom APIs programmatically using C#/.NET 6 (IHttpClientFactory)
Tried replacing underscore with %5f.
Error?
Bad Request : URL
—> System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request)
How To Reproduce
Steps to reproduce the behavior:
Method: GET, RequestUri, Version: 1.1, Content: System.Net.Http.StringContent, Headers:
{
Authorization: Bearer eyJzdiI6IjAwMDAwMSIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6ImI0ODBkOTkwLWUzZDUtNGNhYy1hNTI1LWM3ZTkxMWRiMmU3MyJ9.eyJ2ZXIiOjEwLCJhdWlkIjoiMWE5YTU4MzQ0ODM3MmM2N2RhYzA0ODU0MDAxZGU5ZWY1NjkxZTYwYjQ5NDYyODlkZTE1OGRjNTkwN2NlYjc4MCIsImNvZGUiOiJIeWJ2UFozMjRtYUlDNkl1MldxU0ZLRTFjaEo2UGRDT0EiLCJpc3MiOiJ6bTpjaWQ6U04zZTVZYVRSV09OQW1kc1hWcnJpQSIsImdubyI6MCwidHlwZSI6MCwidGlkIjowLCJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiIzN0NsV3p5clNWNkxsNF9GZDBYS2hBIiwibmJmIjoxNzMwOTQ4NTU1LCJleHAiOjE3MzA5NTIxNTUsImlhdCI6MTczMDk0ODU1NSwiYWlkIjoiZUsyak9sWEVSZXFieTBId2ctUDRJdyJ9.swdxyV20jYclJhDkEW7SFgNOuxU2U3BtaIx-1jfXnGh78y0RaRZ6bV_ghPRtW7a6tU4JlaaRLXK5Kf2nVMTZsQ
Content-Type: text/plain; charset=utf-8
}