(imported topic written by hansen_m)
When using the REST API to upload a file to the console I get an error stating that the action requires master operator privileges.
curl -k -u standard_console_user -X POST -F “file=@./test.txt” https://bes.example.tld:52311/api/upload
Enter host password for user ‘standard_console_user’:
Action requires master operator privileges.
I’d like to be able to use the API to automate the import of Tasks/Fixlets for application deployment and upload the corresponding installer file.
Preferably the API upload account would be a limited access account with access to specific sites with the ability to upload files, and not a master operator. Is there a way to solve this?
Thanks,
Matt