tencent cloud

Basic Settings
Last updated: 2025-12-26 10:22:00
Basic Settings
Last updated: 2025-12-26 10:22:00

Where Can Cloud Infinite Process Data From?

1. Cloud Infinite supports processing data stored in Tencent Cloud COS. You can process data during upload and persist the processed results, or process data during download to obtain results in real time.
2. Some capabilities in Cloud Infinite support processing third-party file URLs or local data. For details, please refer to the usage restrictions of each feature interface.

Why am I prompted with "no permission" when the processing feature is used?

No permission usually means that the Cloud Infinite role is not bound. You can go to Service Authorization, click Agree to Authorize, and bind the Cloud Infinite role. If it is a sub-account, it may also be that the corresponding operation permissions have not been granted. For authorization guidance, refer to Authorize Sub-accounts to Access Cloud Infinite Service.

Whether Cloud Infinite Needs to Be Used with a Server

Cloud Infinite does not require a dedicated server. Its image upload and storage services are built on COS. You can manage files using COS upload and processing interfaces.

How to View APPID?

can be viewed on the Cloud Infinite console > Bucket Management page. The Bucket name consists of bucketname-appid, and the data following the Bucket name is the APPID. As shown in the figure:

image.png



How to Disable Cloud Infinite?

Once the Cloud Infinite service is activated, it cannot be disabled. If you no longer need to use it, you can log in to the Cloud Infinite console to unbind the Bucket and stop using Image Processing APIs (including the data processing features in the COS console). Then you will no longer incur Cloud Infinite-related charges.

How to Configure a Custom Domain for Cloud Infinite

You can access Cloud Infinite features directly through COS custom domains. COS Buckets support binding to custom domains. After binding, users can access the Bucket via the custom domain they added. The procedure is as follows:
1. Log in to the CI Console.
2. In the left sidebar, click Bucket List to go to the bucket list page.
3. Click the bucket whose domain name you want to configure to go to the bucket configuration page.
4. In the left sidebar, choose Domain and Transfer Management > Custom Origin Domain, and click Add Domain.
5. If your custom domain name has already been filed with MIIT and added resolution in the Domain Service Console, please directly enter your custom domain name in the input box for domain names, and click Save. After the domain name is saved, you can choose to upload the certificate.

image.png


6. If you haven't added resolution for your custom domain name, please follow the steps below to add it.
Log in to the Domain Service Console, click Domain Resolution List in the left menu bar to go to the All Domains page. Click Add Resolution, and the Add Resolution dialog box will pop up.
Enter the custom domain name, select Default Project in the Project field, and click OK to save. Unless you have specific requirements, select Default Project in the Project field. 
After the domain name is successfully added, click Domain to go to the resolution record management page. Click Add Record, and the Add Record dialog box pops up.
Host record: select as prompted; Record type: choose CNAME; Line type: select Default; Record value: enter your domain name for the Bucket; TTL: keep the default value. After completing the information, click Save. 
After the resolution is added, it will take effect in about 10 minutes. Once effective, you can proceed with the configuration according to step 3 above.

Under What Circumstances Does Cloud Infinite Generate Downstream Traffic on the Public Network?

When files are accessed directly via the Cloud Infinite domain name (format: <BucketName-APPID>.pichk.myqcloud.com) over the internet, the traffic generated will be downstream traffic from Cloud Infinite over the public network.
If you access files using a COS domain name (format: <BucketName-APPID>.cos.ap-beijing.myqcloud.com) but include Cloud Infinite processing parameters, this will generate downstream traffic from Cloud Infinite over the public network, and will not incur downstream traffic from COS over the public network.

Cloud Infinite supports batch processing of existing files in COS

Hello, Cloud Infinite supports batch processing for existing files in COS. The operation steps are as follows:
Step 1: Create a batch data processing task.
1. Log in to the Cloud Infinite console.
2. In the left sidebar, click Bucket Management to go to the bucket list page.
3. Locate the Bucket that requires batch processing, click Manage in the operation column on the right to go to the corresponding Bucket management page.
4. In the left sidebar, click Task & Workflow > Batch Data Processing.
5. Click Create Batch Data Processing Task to go to the Create Batch Data Processing page.
6. On the Create Workflow page, configure the following information. As shown in the figure below:
image.png


Step 2: View the execution status of tasks for batch data processing
1. Go to the Batch Data Processing page, locate the target workflow, and click Execution Results in the operation column.

image.png


2. When the processing type is workflow, clicking Execution Results will go to Execution Records > Workflow Execution Results.
3. When the processing type is an independent node, clicking Execution Results will go to Execution Records > Task Results.

How to View BucketName in Cloud Infinite

BucketName is the custom name you entered when creating the Bucket, which can be viewed in the Cloud Infinite console under the Bucket Configuration.

What Is URL-Safe BASE64 Encoding

In Cloud Infinite processing operations, many parameters require URL-safe BASE64 encoding, such as the text content, color, and font settings for text watermarks, and the URL of the watermark image for image watermarks. The specific rules for URL-safe BASE64 encoding are as follows:
1. Replace the plus sign (+) in the ordinary result of the BASE64 encoding with a hyphen (-).
2. Replace the forward slash (/) in the encoding result with an underscore (_).
3. Remove the "=" in the encoding result.

How to Migrate Existing Data to Tencent Cloud?

You can use the COS migration tool COS Migration Tool or the CMG product to perform the migration.
Note:
During migration, you need to provide the source Bucket name and corresponding List permission.


Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback