I am having trouble making an update to a sheet. I am confident my code works because I can make successful updates on a test sheet that I setup. I created the test sheet by doing a 'save as new' on the original. So all the fields are exactly the same. I think the issue has to do with formulas and references to other sheets. There are also other sheets that reference this particular sheet. Are there known issues udpating a sheet via the API when that sheet is used as a reference in other sheets via vlookups? Other ideas?
I just get the basic 1006 error code: {"result": {"code": 1006, "errorCode": 1006, "message": "Not Found", "name": "ApiError", "recommendation": "Do not retry without fixing the problem. ", "refId": "ipwv0jbd19cx", "shouldRetry": false, "statusCode": 404}}
But like I said my python code definitely works on a one off smartsheet.
Thank you for any input.