Any way to access Google Drive file share URL?

If you use introspection you’ll find that each google object has a _obj attribute. This is a private attribute. But you’ll find some useful properties there.

Typically you can grab the id from here and then infer the share url based on that value.

1 Like