Rohan Rao
Rohan Rao

Reputation: 1

Getting 403 Forbidden using the Sheets API

I get a 403 Forbidden:

{ "code": "ERR_NOT_ALLOWED", "title": "Operation not allowed", "detail": "api access deny" } when calling GET sheets, GET version-sets or POST version-sets APIs.

I have successfully gotten the token using the 3-legged OAuth 2 mechanism, with data:read and data:write scopes, however when calling the GET sheets API, GET version-sets or POST version-sets.

I tested creating and viewing sheets & version sets, from the Autodesk Construction Cloud web application, (in the same project) and it works just fine.

I also tested GET form-templates and that too works just fine. I have double checked My application has access to the Autodesk Construction Cloud API (also, the form-templates GET call works just fine)

Upvotes: 0

Views: 28

Answers (0)

Related Questions