API Endpoint(s) and/or Zoom API Event(s)
Upload virtual background files v2 API
Description
I am receiving this response when I attempt to upload virtual background files to my account via API’s:
{
"code": 4711,
"message": "Invalid access token, does not contain scopes:[account:write:virtual_background_files:master]."
}
However, my access token very clearly confirms the scope is there:
{
"access_token": "*********",
"token_type": "bearer",
"expires_in": 3599,
"scope": "account:read:settings:admin account:write:virtual_background_files:admin account:delete:virtual_background_files:admin account:write:virtual_background_files:master account:delete:virtual_background_files:master",
"api_url": "*************"
}
How To Reproduce
I was able to reproduce this simply from postman, but I initially encountered the issue while troubleshooting an app I’m working on and thought I was going crazy.
Is this a known bug? I wasn’t able to find anything digging through these forums.