02-07-2021 01:26 PM
ovr-platform-util.exe upload-quest-build --app-id (ourid) --token (ourtoken) --apk (ourAPK) --channel alpha --notes "Stuff here."
02-24-2021 12:47 PM
The OP may have figured this out by now, but for anyone else who reads this (it was the top hit for the error when I googled), your problem is likely that you need to include a user token. Go to the API section of your app on developer.oculus.com and generate a user token. Then put it on the command line
--token YOURUSERTOKEN
I didn't originally have this because it wasn't included in the suggested upload tip that popped up when I tried to upload a large APK.