Open rasyidwi opened 2 years ago
you can right-click on your uploaded file and choose share. Change "restricted" to "everyone with the link".
This is how I do it:
gdrive.exe upload -r <folder/file name>
gdrive.exe share <id>
gdrive.exe info <id> > file.txt
Returns:
...
ViewUrl: <url you're looking for>
To get the id you can do:
gdrive.exe list
and it will return:
Id Name Type Size Created
you can filter that by name or creation date etc.
How to get generated share link from file was uploaded?