Hello,
I am trying to write a python script to download a voicemail from the developer account I created. Id gone through the API Reference and I found a page on how to do that here: https://developers.ringcentral.com/guide/messaging/message-store/message-exports-report#python
The first step is to create a message store report task and well that's where I'm stuck. I believe the issue is that I need a token to complete this first step because I'm available run the script that returns the list of messages from an extension mailbox found here but I can't generate the report.
I've found a doc that talks about how to get the token however I don't think it applies to the developer account: https://developers.ringcentral.com/engage/digital/guide
Have any of you gotten a token for your scripts? Where do you find it and is it available for the developer account?
If it helps, I'm providing the output I get when I run the message store report script.