mschilli / net-google-drive-simple

Net::Google::Drive::Simple CPAN Module
Other
11 stars 22 forks source link

Any means of getting a file object given a document's ID? #16

Open ConradHughes opened 6 years ago

ConradHughes commented 6 years ago

I've a collection of .gdoc files which contain url/doc_id values pointing into drive; it would be nice to be able to get N::G::D::S file objects representing these so I could call exportLinks etc. What would be the most straightforward way of doing this? One obvious hack that I've been able to make work is to manually construct export URLs and just feed them into $gd->download, but that's clearly not ideal..