# Pcloud

{% code fullWidth="true" %}

```
名称：
  singularity storage update pcloud - Pcloud

用法：
  singularity storage update pcloud [命令选项] <名称|ID>

描述：
  --client-id
    OAuth客户端ID。
    
    通常留空。

  --client-secret
    OAuth客户端密钥。
    
    通常留空。

  --token
    OAuth访问令牌，以JSON格式。
  
  --auth-url
    认证服务器URL。
    
    留空以使用提供程序的默认值。

  --token-url
    令牌服务器URL。
    
    留空以使用提供程序的默认值。

  --encoding
    后端的编码。
    
    更多信息请参见[概述中的编码部分](/overview/#encoding)。

  --root-folder-id
    填写rclone要使用的非根文件夹作为其起始点。

  --hostname
    要连接的主机名。
    
    这通常在rclone首次进行OAuth连接时设置，
    但如果您使用rclone授权的远程配置，则需要手动设置。


    示例：
       | api.pcloud.com  | 原始/美国区
       | eapi.pcloud.com | 欧洲区

  --username
    您的pcloud用户名。
          
    仅当您要使用cleanup命令时才需要。由于pcloud API中的一个错误，
    所需的API不支持OAuth身份验证，因此我们必须依赖用户密码身份验证。

  --password
    您的pcloud密码。


选项：
  --client-id value      OAuth客户端ID。[$CLIENT_ID]
  --client-secret value  OAuth客户端密钥。[$CLIENT_SECRET]
  --help, -h             显示帮助信息

  高级选项

  --auth-url value        认证服务器URL。[$AUTH_URL]
  --encoding value        后端的编码。（默认值："Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot"）[$ENCODING]
  --hostname value        要连接的主机名。（默认值："api.pcloud.com"）[$HOSTNAME]
  --password value        您的pcloud密码。[$PASSWORD]
  --root-folder-id value  填写rclone要使用的非根文件夹作为其起始点。（默认值："d0"）[$ROOT_FOLDER_ID]
  --token value           OAuth访问令牌，以JSON格式。[$TOKEN]
  --token-url value       令牌服务器URL。[$TOKEN_URL]
  --username value        您的pcloud用户名。[$USERNAME]

```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://data-programs.gitbook.io/singularity/zh/cli-reference/storage/update/pcloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
