How to view list of files in Google Drive?
When I list directory components of /run/user/1000/gvfs/google-drive:host=gmail.com,user=address using ls, it shows
1BzrSykm6X7BBm09yZ7Qcsj_5lL1dMtrN 1p55c8zr6M617qoFU8BopppxaLh0qJTd8
1eEWOjFJYcZNHj2elzQE7XoYnafUsUyGp 1pMlTX2iBAq7iYLN-zhhDtN32CyG4YlRB
1EklWWeRiyZdiWdIWtD6KZAtULZVSTa7C 1puzTh0qsXrSo0GagieSF2iME9drmBtki
1fbbsvQn4Wj_6tN2euKnOUK7IAu1hEJ3x 1RLdd0sHYWJUFEua1M2XuOw2O2GBEyw47
The file names are unintelligible, but I can copy these files.
Sorry for bad English!
ls gmail gvfs google-drive
add a comment |
When I list directory components of /run/user/1000/gvfs/google-drive:host=gmail.com,user=address using ls, it shows
1BzrSykm6X7BBm09yZ7Qcsj_5lL1dMtrN 1p55c8zr6M617qoFU8BopppxaLh0qJTd8
1eEWOjFJYcZNHj2elzQE7XoYnafUsUyGp 1pMlTX2iBAq7iYLN-zhhDtN32CyG4YlRB
1EklWWeRiyZdiWdIWtD6KZAtULZVSTa7C 1puzTh0qsXrSo0GagieSF2iME9drmBtki
1fbbsvQn4Wj_6tN2euKnOUK7IAu1hEJ3x 1RLdd0sHYWJUFEua1M2XuOw2O2GBEyw47
The file names are unintelligible, but I can copy these files.
Sorry for bad English!
ls gmail gvfs google-drive
add a comment |
When I list directory components of /run/user/1000/gvfs/google-drive:host=gmail.com,user=address using ls, it shows
1BzrSykm6X7BBm09yZ7Qcsj_5lL1dMtrN 1p55c8zr6M617qoFU8BopppxaLh0qJTd8
1eEWOjFJYcZNHj2elzQE7XoYnafUsUyGp 1pMlTX2iBAq7iYLN-zhhDtN32CyG4YlRB
1EklWWeRiyZdiWdIWtD6KZAtULZVSTa7C 1puzTh0qsXrSo0GagieSF2iME9drmBtki
1fbbsvQn4Wj_6tN2euKnOUK7IAu1hEJ3x 1RLdd0sHYWJUFEua1M2XuOw2O2GBEyw47
The file names are unintelligible, but I can copy these files.
Sorry for bad English!
ls gmail gvfs google-drive
When I list directory components of /run/user/1000/gvfs/google-drive:host=gmail.com,user=address using ls, it shows
1BzrSykm6X7BBm09yZ7Qcsj_5lL1dMtrN 1p55c8zr6M617qoFU8BopppxaLh0qJTd8
1eEWOjFJYcZNHj2elzQE7XoYnafUsUyGp 1pMlTX2iBAq7iYLN-zhhDtN32CyG4YlRB
1EklWWeRiyZdiWdIWtD6KZAtULZVSTa7C 1puzTh0qsXrSo0GagieSF2iME9drmBtki
1fbbsvQn4Wj_6tN2euKnOUK7IAu1hEJ3x 1RLdd0sHYWJUFEua1M2XuOw2O2GBEyw47
The file names are unintelligible, but I can copy these files.
Sorry for bad English!
ls gmail gvfs google-drive
ls gmail gvfs google-drive
edited Jan 20 at 14:55
thephoenix01
438515
438515
asked Jan 20 at 11:09
TiTANTiTAN
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Try Open Drive client snap package (odrive-unofficial) on Ubuntu Software. It makes this easy because it's a GUI app. To install it from the terminal in all currently supported versions of Ubuntu type:
sudo snap install odrive-unofficial
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Exactly the opposite. I want to be command line. It's easy to copy the file to the inside drive and download file .
– TiTAN
Jan 20 at 13:39
add a comment |
Ok, you can download gdrive from https://github.com/prasmussen/gdrive
Make sure you click gdrive-linux-x64 if you have 64 bit system, or otherwise gdrive-linux-386
With gdrive you can do query to your google drive and download/upload files from terminal.
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111334%2fhow-to-view-list-of-files-in-google-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try Open Drive client snap package (odrive-unofficial) on Ubuntu Software. It makes this easy because it's a GUI app. To install it from the terminal in all currently supported versions of Ubuntu type:
sudo snap install odrive-unofficial
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Exactly the opposite. I want to be command line. It's easy to copy the file to the inside drive and download file .
– TiTAN
Jan 20 at 13:39
add a comment |
Try Open Drive client snap package (odrive-unofficial) on Ubuntu Software. It makes this easy because it's a GUI app. To install it from the terminal in all currently supported versions of Ubuntu type:
sudo snap install odrive-unofficial
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Exactly the opposite. I want to be command line. It's easy to copy the file to the inside drive and download file .
– TiTAN
Jan 20 at 13:39
add a comment |
Try Open Drive client snap package (odrive-unofficial) on Ubuntu Software. It makes this easy because it's a GUI app. To install it from the terminal in all currently supported versions of Ubuntu type:
sudo snap install odrive-unofficial
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Try Open Drive client snap package (odrive-unofficial) on Ubuntu Software. It makes this easy because it's a GUI app. To install it from the terminal in all currently supported versions of Ubuntu type:
sudo snap install odrive-unofficial
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jan 20 at 12:04
karel
58.4k13128146
58.4k13128146
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 20 at 11:37
erinniserinnis
671
671
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Exactly the opposite. I want to be command line. It's easy to copy the file to the inside drive and download file .
– TiTAN
Jan 20 at 13:39
add a comment |
Exactly the opposite. I want to be command line. It's easy to copy the file to the inside drive and download file .
– TiTAN
Jan 20 at 13:39
Exactly the opposite. I want to be command line. It's easy to copy the file to the inside drive and download file .
– TiTAN
Jan 20 at 13:39
Exactly the opposite. I want to be command line. It's easy to copy the file to the inside drive and download file .
– TiTAN
Jan 20 at 13:39
add a comment |
Ok, you can download gdrive from https://github.com/prasmussen/gdrive
Make sure you click gdrive-linux-x64 if you have 64 bit system, or otherwise gdrive-linux-386
With gdrive you can do query to your google drive and download/upload files from terminal.
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Ok, you can download gdrive from https://github.com/prasmussen/gdrive
Make sure you click gdrive-linux-x64 if you have 64 bit system, or otherwise gdrive-linux-386
With gdrive you can do query to your google drive and download/upload files from terminal.
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Ok, you can download gdrive from https://github.com/prasmussen/gdrive
Make sure you click gdrive-linux-x64 if you have 64 bit system, or otherwise gdrive-linux-386
With gdrive you can do query to your google drive and download/upload files from terminal.
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ok, you can download gdrive from https://github.com/prasmussen/gdrive
Make sure you click gdrive-linux-x64 if you have 64 bit system, or otherwise gdrive-linux-386
With gdrive you can do query to your google drive and download/upload files from terminal.
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 20 at 14:04
erinniserinnis
671
671
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
erinnis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111334%2fhow-to-view-list-of-files-in-google-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown