Description
During the app approval process, when using the reviewer’s Zoom account, the following issue arises.
*In my own Zoom account, I can successfully download the audio_transcript file. I suspect the cause may lie in my Zoom account settings, but I’d like some support in investigating this.
The following has been checked, and while the issue is similar, we are not using the webhook download URL but rather the URL returned by the API.
Error?
- When the webhook notifies that “All Recordings have completed,” I retrieve the meeting UUID from that event and then call the following API to successfully obtain the URL for the audio_transcript recording file:Zoom Meeting API - Zoom Developers
- However, when I append the user-level OAuth access_token as a query parameter to this URL and attempt to download it, the response is an HTML page with “No permission. (200).”
- I have verified that the access_token is refreshed correctly using the refresh token.
- The OAuth scopes are set as follows:
cloud_recording:read:recording
cloud_recording:read:list_recording_files
user:read:user
How To Reproduce
Nor sure