Inquiry about error when calling file upload API
To upload a video in postman /Panopto/PublicAPI/Rest/sessionUpload
I call this API
{
"Message": "User does not have permission to perform the requested action. UploadId: 00000000-0000-0000-0000-000000000000 SessionId: Reason: No upload permission to session group",
"MessageID": 43053,
"FolderId": null,
"SessionId": null
}
The result comes out like this
Only FolderId is passed as a parameter.
What's the problem?
Best Answer
-
Kevin Baum Panopto Employee
Hello,
The most common reason you would see that error is due to the user not having permission to create new sessions in the folder that you passed in as a parameter. Can you please verify that the user you are using has the correct permission to create content in the folder you are using?
Please let me know if you have any other questions, or if you have verified that the user should have the correct permissions.
Thanks,
Kevin
0
Answers
Thank you for your help