Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Google sheet - loading into a Base #311

Answered by abdelhai
xu2xulim asked this question in Help
Discussion options

You must be logged in to vote

My question is what is the best way to get 2000 rows onto a base?

I would try it, it maybe works now if google fixed their issue. by the way, the issue is that google sdks sometimes do not install correctly. you still can install their sdk locally and write a simple python/js script to load your data from base into sheets.

will I be a to fetch all 2000 records in one fetch() to iterate through the items?

yes if you use pagination. base doesnt limit the number of items, rather the response size, being 1mb per page. but you can fetch as many pages as you want

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@xu2xulim
Comment options

Answer selected by xu2xulim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants