Google API Object Failures While Downloading Large Files.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-06-20 11:10 PM
Hi,
I am using an Google API object in order to download a large Google sheet of data (which more than 80,000 rows( 15 MB file) ) directly using Google API as excel formate, but it's failing to download the whole file.
I tried to download the file by removing few rows, then I found that, through Google API object BOT is capable of downloading a file upto 10MB.
Can some please explain is it possible to download the large Google files through Google APIs.
Thanks
------------------------------
Jayanth Challa
------------------------------
I am using an Google API object in order to download a large Google sheet of data (which more than 80,000 rows( 15 MB file) ) directly using Google API as excel formate, but it's failing to download the whole file.
I tried to download the file by removing few rows, then I found that, through Google API object BOT is capable of downloading a file upto 10MB.
Can some please explain is it possible to download the large Google files through Google APIs.
Thanks
------------------------------
Jayanth Challa
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-06-20 11:11 AM
If your are using export it is limited to 10MB. https://developers.google.com/drive/api/v3/reference/files/export
Try using files.get instead?
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
