Message 1 of 1
Unable to submit a data request via Data Connector Endpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've been trying to use the Submit a Request POST endpoint to create a request for the Data Connector for a project, but everytime, when using Postman, I always have the same error
{
"detail": "Invalid user access level for the specified project/account",
"status": 403,
"type": "error",
"title": "Forbidden",
"id": 42941325,
"errors": [
{
"detail": "Invalid user access level for the specified project/account",
"title": "Forbidden",
"type": "error"
}
]
}
I used a 3-legged authentication token, with the scopes data:create, data:read and data:write.
You can find below the body of the request.
{
"description": "My Week Extract",
"scheduleInterval": "WEEK",
"reoccuringInterval": 1,
"effectiveFrom": "2023-04-21T14:19:00Z",
"effectiveTo": "2024-04-21T16:00:00Z",
"serviceGroups": "all",
"projectId": "d85a1df9-1818-470c-ae51-1675e6007d9c"
}
The account used is a Project Admin in the specific project. I am able to generate this request inside the BIM 360 platform via the Data Connector and download the files, but for some reason it does not work inside the API.
The application is already created inside ACC, and integrated with a custom integration in the BIM 360 configurations of this account. I'm using the client_id and client_secret to generate the token.
Absolutely need some help with this