Unable to Use Orchestrator API SubmitLogs Due to Missing Permissions

I am trying to use the API to log messages from a custom activity written in Visual Studio. I’m using the Account/Authenticate path to generate the token that I’m then using in my POST to /api/Logs/SubmitLogs. I keep receiving the error:
“Required permissions are not granted. At least one of these permissions must be granted: Logs.Create”

I have a folder role setup with Log View and Log Create. This role is assigned to the user that I’m using for auth.

Should the permissions be setup somewhere else or a different role type? Any help is appreciated!

@dreamingeek

Are you using oauth…if so in the scope did you provide the required access?

If you are using api then try giving access at the tenant level to check if that resolves it

Cheers

Were you able to find a solution?