Smartsheet API Error using Python

Hello all,


I am trying to extract smartsheet data from a particular sheet using python and the Api but I keep getting an error preventing me from doing so. The code I use works for other sheets so I wonder whats preventing it from working now. The error I get is shown below.


ApiError: {"result": {"code": 1006, "errorCode": 1006, "message": "Not Found", "name": "ApiError", "recommendation": "Do not retry without fixing the problem. ", "refId": "1ba29nwzhu6i4", "shouldRetry": false, "statusCode": 404}}

The code is the regular ss_client.Sheets.get_sheet(sheet_ID) which works for other sheets i've been interacting with. Could someone please tell me what the issue might be.


Cheers

Best Answer

Answers