API Bug: GetSheets returns rows with null SheetId

Marijn
Marijn
edited 12/09/19 in API & Developers

I'm running into an issue where SheetResources.GetSheet and SheetResources.UpdateRows are returning rows with a null value for their SheetId. Has anyone else run into this issue? I'm not passing in any parameters other than the target SheetId. I'd like to determine if I have a configuration issue or if this is a bug in the API.

Thanks for the help!

 

Comments

  • Hi Marijn—

    There isn't a bug with the API to cause null values to be returned. This is likely an issue with your code not iterating through an object, not getting the correct parameters, or a loop that is running longer than it should.

    I'd recommend troubleshooting your API code to get down to the source of the issue. If you run into issues troubleshooting, reach out to our Support team and they can assist.