Videos
Hello!
I have Google Drive and need to get the public URL open to anyone, direct download. Something like this: https://drive.google.com/uc?export=download&id=17PLZNiFN3Nabh2MYB29cN_XKA7VtbbGt
I can get it by right click, then share, then configure to open for everyone, and then modifying the URL to the direct download this takes Loya of time for many files.
Any app that can get me this easily?
Thanks!
So Google Drive gives you a link which does not directly point to the file, but instead a wrapper.
This shortcut replaces https://drive.google.com/file/d/<<ID>>/view to https://drive.google.com/uc?id=\`<<ID>>`.
It get's the link from the text selection, or if it's empty, the clipboard, and copies the new link back to the clipboard.
https://www.icloud.com/shortcuts/7d76cde0ab3a4d2891ba000d32a906c5
I'm still a newbie, suggestions are always welcomed!
UPDATE: Now it also works with dropbox links.