This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Активация Google Drive Api: https://cloud.google.com/service-usage/docs/enable-disable
Создать конфигурацию
Запускать команду от имени текущего пользователя, НЕ root!
google-drive-ocamlfuse -id xxxxxxxxxxx-xxxxxxxx...xxxxxxx.apps.googleusercontent.com -secret xxxxxxxxxxxxxxx -redirect_uri http://localhost
Будет создан конфигурационный файл в каталоге пользователя ~/.gdfuse/default/config
Запуск из командной строки
google-drive-ocamlfuse ~/"Google Диск"
Создать файл /etc/systemd/system/google-drive-.service:
[Unit] Description=FUSE filesystem over Google Drive After=network.target [Service] User=<username> Group=<username> ExecStart=google-drive-ocamlfuse -label default ~/"Google Диск" ExecStop=fusermount -u ~/"Google Диск" Restart=always Type=forking [Install] WantedBy=multi-user.target
Запуск службы
systemctl enable google-drive-<username>.service systemctl start google-drive-<username>.service
Deleting the wiki page "Google Диск в Debian 12" cannot be undone. Continue?