The description of Files.export says "Exports a Google Doc to the requested MIME type and returns the exported content. Please note that the exported content is limited to 10MB."
https://developers.google.com/drive/api/v3/reference/files/export
When running Files.get, the metadata contains a list of "exportLinks" as a link to export the file in multiple formats.
So my question is are these exportLinks different than doing File.export? Do the exportLinks urls have a 10MB limit?