Hello everyone,
My title pretty much examples what i'm trying to do. So far i have managed to get authorized into my brightsign network. The problem is I can't get the upload arguments correct
I'm using postman to test this out. Have the url: https://api.brightsignnetwork.com/upload/2017/01/REST/sessions/None/uploads/
I add in the content-type it says to add which is :
application/vnd.bsn.start.content.upload.arguments.201701+json
In my body I have the fileName,fileSize and relativePath to my file.
The error I'm getting is 400 bad request,
"message": "The Content Upload Arguments structure is invalid or not specified."
I'm not sure what I'm doing wrong. I have search the docs and found they aren't great. If anyone has done this before and can help me out it would be greatly appreciated