I found my mistake. The above should have been Base64.strict_encode64("#{EMV['ZOOM_CLIENT_ID']}:#{ENV['ZOOM_CLIENT_SECRET']}") and not the hardcoded “CLIENT_ID”.
Still I have a few questions remaining:
Is there a place where we can view the call to Zoom and a detailed response for debugging?
In my app settings, I only see one set of credentials instead of one for testing and another for production. Is this intentional?
In my app settings, I only see one set of credentials instead of one for testing and another for production. Is this intentional?
Is your app intended to be published? If you don’t mark your app as “intend to publish: yes” when you create it, you will only see one set of credentials, which is expected.
Yes, you can view the logs for recent API requests in your Marketplace account, on the left hand side:
Unfortunately I don’t see the relevant link on the left hand side, can you elaborate? On https://marketplace.zoom.us/ I only see links related to the marketplace itself, and in my app details page I don’t see any link to view logs:
Is your app intended to be published? If you don’t mark your app as “intend to publish: yes” when you create it, you will only see one set of credentials, which is expected.
This makes sense, thanks.
Another question I have is: is it possible to manually trigger webhook events for development and testing purposes?
In regards to viewing call logs, do you have admin or marketplace privileges for your account? This is likely why you’re not seeing this. You can request these from your Account Administrator.
In terms of testing webhooks, you’ll need to actually complete an action in Zoom for this to be triggered (i.e., start a meeting, let a recording complete, etc.). We don’t have a test trigger at this time, though this is a great suggestion!
Let me know about the first question when you have a chance.
In regards to viewing call logs, do you have admin or marketplace privileges for your account? This is likely why you’re not seeing this. You can request these from your Account Administrator.