Hi everyone,
First of all, hello! I am new here and super happy to join this forum.
I’ve been trying to add a Bring Your Own Storage (BYOS) location to my Zoom account but I keep encountering this error:
Request:
curl --request POST \
--url https://api.zoom.us/v2/videosdk/settings/storage/location \
--header 'Authorization: YOUR_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"name": "0827aksk",
"provider": "aws_s3",
"s3": {
"region": "us-east-2",
"bucket": "testpbx",
"authentication_mechanism": "aws_access_key",
"access_key": {
"id": "access key",
"key": "secret key"
}
}
}'
Response:
{
"code": 3335,
"message": "Your account currently does not support CMR BYOS storage."
}
I’ve gone through all the settings in the admin panel but I can’t seem to find an option to enable or disable BYOS. Has anyone experienced this before or know how to enable BYOS on their Zoom account?
Is this feature only available to certain account types, or are there specific prerequisites needed to activate it? Any help or guidance would be greatly appreciated!
Thanks in advance.