mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 05:43:15 +00:00
docs: pcloud: update root_folder_id instructions
This commit is contained in:
committed by
GitHub
parent
c5a3e86df8
commit
457d80e8a9
@@ -152,14 +152,23 @@ However you can set this to restrict rclone to a specific folder
|
|||||||
hierarchy.
|
hierarchy.
|
||||||
|
|
||||||
In order to do this you will have to find the `Folder ID` of the
|
In order to do this you will have to find the `Folder ID` of the
|
||||||
directory you wish rclone to display. This will be the `folder` field
|
directory you wish rclone to display. This can be accomplished by executing
|
||||||
of the URL when you open the relevant folder in the pCloud web
|
the ```rclone lsf``` command using a basic configuration setup that does not
|
||||||
interface.
|
include the ```root_folder_id``` parameter.
|
||||||
|
|
||||||
So if the folder you want rclone to use has a URL which looks like
|
The command will enumerate available directories, allowing you to locate the
|
||||||
`https://my.pcloud.com/#page=filemanager&folder=5xxxxxxxx8&tpl=foldergrid`
|
appropriate Folder ID for subsequent use.
|
||||||
in the browser, then you use `5xxxxxxxx8` as
|
|
||||||
the `root_folder_id` in the config.
|
Example:
|
||||||
|
```
|
||||||
|
$ rclone lsf --dirs-only -Fip --csv TestPcloud:
|
||||||
|
dxxxxxxxx2,My Music/
|
||||||
|
dxxxxxxxx3,My Pictures/
|
||||||
|
dxxxxxxxx4,My Videos/
|
||||||
|
```
|
||||||
|
|
||||||
|
So if the folder you want rclone to use your is "My Music/", then use the returned id from ```rclone lsf``` command (ex. `dxxxxxxxx2`) as
|
||||||
|
the `root_folder_id` variable value in the config file.
|
||||||
|
|
||||||
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/pcloud/pcloud.go then run make backenddocs" >}}
|
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/pcloud/pcloud.go then run make backenddocs" >}}
|
||||||
### Standard options
|
### Standard options
|
||||||
|
|||||||
Reference in New Issue
Block a user