403 Forbidden error for bds/list request

Options
hello,

We have two environments, one for testing and the other is PROD environment. I am working on testing environment.

Thus, I am using baseURL like: https://****test.brightspace.com

Scope:
core:*:* datahub:dataexports:download,read

My request is:
{{baseURL}}/d2l/api/lp/{{lpversion}}/dataExport/bds/list

Response 403 Forbidden:
{
"type": "http://docs.valence.desire2learn.com/res/apiprop.html#not-authorized",
"title": "Not Authorized",
"status": 403,
"detail": "No permission to Access the Brightspace Data Sets"
}

Can anybody help? Thanks

Answers

  • Kim.B.954
    Kim.B.954 Posts: 4 🌱
    Options

    I think your request is using one of the legacy actions.

    I receive 404 Not Found for /dataExport/bds/list but /datasets/bds works