- Регистрация
- 30.08.2018
- Сообщения
- 19
- Благодарностей
- 1
- Баллы
- 3
Hello,
I am using two different templates, each one connected to a specific Google sheet (on the same account, validated with OAuth key) :
For each one I can get the information from the sheet. For one of them the values are then removed from the sheet as expected, but for the other one the values remain on the sheet and I get this error message :
I don't understand. I think I did the exact same thing for both of them.
Does someone have any idea ?
I am using two different templates, each one connected to a specific Google sheet (on the same account, validated with OAuth key) :
For each one I can get the information from the sheet. For one of them the values are then removed from the sheet as expected, but for the other one the values remain on the sheet and I get this error message :
C#:
Error unloading Google spreadsheets data. Repeated request in 1 min. Google.Apis.Requests.RequestError
Invalid requests[0].updateSheetProperties: No sheet with id: 0 [400]
Errors [
Message[Invalid requests[0].updateSheetProperties: No sheet with id: 0] Location[ - ] Reason[badRequest] Domain[global]
]
Does someone have any idea ?