Rclone - DigitalOcean Space

I follow the process to setup Rclone with DigitalOcean space, But I am still getting access denied is there another step I am missing?

root@nyc3:~# v-add-backup-host 'rclone' 'snyc3' '' '' 'hestiacp' ''
2025/02/20 09:41:09 ERROR : Attempt 1/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: 5a75875b-ee2b-257095350, HostID: , api error Forbidden: Forbidden
2025/02/20 09:41:09 ERROR : Attempt 2/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: 03c0efb0-ee2b-257334903, HostID: , api error Forbidden: Forbidden
2025/02/20 09:41:09 ERROR : Attempt 3/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: cd3d92f2-ee2a-257492901, HostID: , api error Forbidden: Forbidden
2025/02/20 09:41:09 NOTICE: Failed to copy: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: cd3592852-ee2a-257492901, HostID: , api error Forbidden: Forbidden
2025/02/20 09:41:09 ERROR : Attempt 1/3 failed with 1 errors and: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 5a5c8e05-ee2b-257096021, HostID: , api error AccessDenied: Access Denied.
2025/02/20 09:41:09 ERROR : Attempt 2/3 failed with 1 errors and: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 5a75875b-ee2b-257095618, HostID: , api error AccessDenied: Access Denied.
2025/02/20 09:41:09 ERROR : Attempt 3/3 failed with 1 errors and: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 03c0efb0-ee2b-257335179, HostID: , api error AccessDenied: Access Denied.
2025/02/20 09:41:09 NOTICE: Failed to delete: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 03c0efb0-ee2b-257335179, HostID: , api error AccessDenied: Access Denied.
root@nyc3:~# v-add-backup-host 'rclone' 'snyc3' '' '' 'hestiacp' ''
2025/02/20 09:43:04 ERROR : Attempt 1/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: 03c0efb0-ee2b-257531721, HostID: , api error Forbidden: Forbidden
2025/02/20 09:43:04 ERROR : Attempt 2/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: cd3d92f2-ee2a-257689745, HostID: , api error Forbidden: Forbidden
2025/02/20 09:43:04 ERROR : Attempt 3/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: fba609b5-ee2a-257558994, HostID: , api error Forbidden: Forbidden
2025/02/20 09:43:04 NOTICE: Failed to copy: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: fba609b5-ee2a-257558994, HostID: , api error Forbidden: Forbidden
2025/02/20 09:43:04 ERROR : Attempt 1/3 failed with 1 errors and: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: ceefc0d4-ee2a-257691002, HostID: , api error AccessDenied: Access Denied.
2025/02/20 09:43:04 ERROR : Attempt 2/3 failed with 1 errors and: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 0181edc8-ee2b-257533530, HostID: , api error AccessDenied: Access Denied.
2025/02/20 09:43:04 ERROR : Attempt 3/3 failed with 1 errors and: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 5a75875b-ee2b-257292525, HostID: , api error AccessDenied: Access Denied.
2025/02/20 09:43:04 NOTICE: Failed to delete: operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: 5a75875b-ee2b-257292525, HostID: , api error AccessDenied: Access Denied.

Did you turn on the API access via the settings for admin?
The log you shared states API Access Denied.

This has noting to do with Hestia API.

You can use:

touch test.txt
rclone copy test.txt sync3:/hestiacp/

I got this when running that

root@nyc3:~# touch test.txt
rclone copy test.txt sync3:/hestiacp/
2025/02/20 15:57:56 CRITICAL: Failed to create file system for "sync3:/hestiacp/": didn't find section in config file

API is enable already but should have any interfere with Rclone

You need to supply your config name offcourse…

snyc3 instead of sync3

Still getting error

root@nyc3:~# touch test.txt
rclone copy test.txt snyc3:/hestiacp/
2025/02/20 16:12:45 ERROR : Attempt 1/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: 3254cff0-ee2b-298923014, HostID: , api error Forbidden: Forbidden
2025/02/20 16:12:45 ERROR : Attempt 2/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: 03c0efb0-ee2b-299051878, HostID: , api error Forbidden: Forbidden
2025/02/20 16:12:45 ERROR : Attempt 3/3 failed with 1 errors and: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: 0181edc8-ee2b-299053299, HostID: , api error Forbidden: Forbidden
2025/02/20 16:12:45 NOTICE: Failed to copy: operation error S3: HeadObject, https response error StatusCode: 403, RequestID: 0181edc8-ee2b-299053299, HostID: , api error Forbidden: Forbidden

when I run this credential seem fine

rclone ls snyc3:snyc3/hestiacp

I get this

root@nyc3:~# rclone ls snyc3:snyc3
       15 hestiacp/

I don’t get it; it seems like a permission issue. I created a new access key with full permission, and that works fine.

I had read/write access key on the other one; not sure why it was denied.

also now it’s creating 2 buckets.

this first bucket, HestiaCP, has only 2 user accounts that back up and a test.txt file. I have over 7 accounts in the panel.

The second bucket, which is the one I see, snyc3, has nothing.