How aistudio can use directly file from Google Drive with code
When I select a large file from google drive on aistudio. Aistudio loads my file very fast. But when I use code (Nodejs), I need to download this file from then upload this file to gemini (this file is large so I get “fetch failed” error). So have any method to use directly file from google drive (use file ID, …)? Give me an example please!