403 Forbidden error for bds/list request
Shawn.G.26
Posts: 5 🌱
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
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