i want to read/import an Google Sheet Spreadsheet to an AppSmith Table. Is there an limitation of Lines/Data for it? The File contains aprox. 17000 Lines.
i get this Message.
{
“tableData”:
“Exceeded limit on max bytes to buffer : 10485760”
i did the pagination for already. For smaller Spreadsheet with 1000 lines it works with pagination. But it seems a maximum of rows ? what does the error: “Exceeded limit on max bytes to buffer : 10485760” means.
The error you see is because of the limitation issue. We don’t stream data into memory right now, so we can’t handle large datasets for Google Sheets. We’ll be working on the streaming feature soon.