Accessing file from google drive

Hi everyone!

I am new to Julia and would appreciate if you could tell us the way to access the file from google drive

say if link is: https://docs.google.com/document/d/1v66IQLWxr6aPfrFJlypzecNRXzU_GC24Toj8cTM/edit?usp=sharing

Thank you :slight_smile:

AFAIK Google Drive has its own API:

I am not sure there is a Julia package for this, but there seem to be a lot of scripts available you can just run as an external program:

https://docs.julialang.org/en/v1/manual/running-external-programs/

There is a package for the job https://github.com/tejasvaidhyadev/GoogleDrive.jl

1 Like