RClone: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „= Links = * https://rclone.org/drive/?ref=itsfoss.com * https://rclone.org/drive/#making-your-own-client-id = Installation = <syntaxhighlight lang="bash"> apt…“) |
|||
Zeile 2: | Zeile 2: | ||
* https://rclone.org/drive/?ref=itsfoss.com | * https://rclone.org/drive/?ref=itsfoss.com | ||
* https://rclone.org/drive/#making-your-own-client-id | * https://rclone.org/drive/#making-your-own-client-id | ||
= Konfiguration = | |||
<syntaxhighlight lang="bash"> | |||
rclone config | |||
</syntaxhighlight> | |||
* ~/.config/rclone/rclone.conf | |||
<pre> | |||
[gdrive] | |||
type = drive | |||
client_id = 501737867395-kpi1abcu832lwj1nuivj2ou360v59r.apps.googleusercontent.com | |||
client_secret = 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JAA | |||
scope = drive | |||
</pre> | |||
== API-Key besorgen == | |||
* https://console.cloud.google.com | |||
= Installation = | = Installation = | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
apt install rclone | apt install rclone | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== API-Key besorgen == | |||
* https://console.cloud.google.com |
Aktuelle Version vom 25. März 2025, 07:51 Uhr
Links[Bearbeiten]
Konfiguration[Bearbeiten]
rclone config
- ~/.config/rclone/rclone.conf
[gdrive] type = drive client_id = 501737867395-kpi1abcu832lwj1nuivj2ou360v59r.apps.googleusercontent.com client_secret = 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JAA scope = drive
API-Key besorgen[Bearbeiten]
Installation[Bearbeiten]
apt install rclone