Closed suretrust closed 4 years ago
https://docs.agora.io/en/cloud-recording/cloud_recording_rest?platform=All%20Platforms#enable-cloud-recording
Sorry, for lately reply. @suretrust
For question 1. It looks like OSS network error, you can find more details here. Network-Error
For question 2. Our education service not support record to specified OSS storage, If you need recording service, we recommend to use your own service and integrate the agora cloud recording the into your backend server. You can find agora recording services documentation.
Thanks for the response @Matrixbirds, 👋
For question 1: I just checked the network-error suggestions and they are all already in the code since I'm using the code here. I also activated the acceleration-based access but I am still having the same error.
BTW, does REACT_APP_AGORA_RTM_ENDPOINT: 'your_server_rtm_endpoint_api'
have anything to do with this file upload? That seems to be the only variable I didn't set in the .env.local
file.
Hi @srs888001 and @Matrixbirds, 👋
Thanks so much for helping me with this. I finally got it to work, it was partly because I didn't set the Exposed Headers as shown in the image below:
One more question though, when I upload a file that's not image, there is this conversion that fails with 403 error, could you point me in the right direction?
Figured it out, it was because the services listed in the image below were disabled. Thanks, guys, you rock!
After following the instructions here to add my OSS details, I am having 2 issues.
Could anyone kindly point me in the right direction?