Subject: Request to Enable Archiving (Chat/File Archiving) for Zoom API Access
API Endpoint(s):
“GET /v2/past_meetings/{meetingUUID}/files”
“GET /v2/past_meetings/{meetingUUID}/archive_files”
Description:
I am currently integrating the Zoom API to retrieve files (PDFs) shared in the chat during Zoom sessions. For this purpose, I am using the endpoint “/past_meetings/{meetingUUID}/archive_files”, Currently, the account has an enterprise license, but we are unsure whether it covers file downloads or if an upgrade to the plan will be necessary..
However, when making the request, the API responds with the following message:
““Not available for this account””
This indicates that the archiving feature (chat/file archiving) is not enabled for my Zoom account.
Error:
- status code 400
- Code: 200 (logical error returned in response body)
- Message: ““Not available for this account””
How To Reproduce:
- Endpoint used:
“GET https://api.zoom.us/v2/past_meetings/{meetingUUID}/archive_files” - “GET https://api.zoom.us/v2/past_meetings/{meetingUUID}/files”
- Authentication method:
- OAuth / Server-to-Server OAuth (via Named Credential in Salesforce)
- Headers:
- Authorization: Bearer {access_token}
- Result:
- Response indicates that the feature is not available for this account
Request:
I kindly request enabling the Chat/File Archiving feature for my Zoom account, as it is required to retrieve files shared in meeting chats via the API.
I understand that this feature may depend on the account type or subscription plan (e.g., Business, Education, or higher). If an upgrade or additional configuration is required, I would appreciate your guidance on the necessary steps.
Additional Context:
- The goal is to automate the retrieval of files shared during meetings and store them in an external system (Salesforce).
- Other Zoom APIs are working correctly; this limitation appears to be specific to account configuration.
Thank you in advance for your support in enabling this feature or guiding me through the required steps.
Best regards.