Errors uploading files when using -crypt-no-data-encryption=true

Hello, I'm currently experiencing an issue when trying to use the crypt backend without encrypting the data files; only encrypting the file names. I have tested on multiple OS's with a few remote backends. Interestingly, dropbox seems to work just fine.

What is the problem you are having with rclone?

Files fail to upload when using --crypt-no-data-encryption=true. Tested with gdrive and onedrive.

What is your rclone version (output from rclone version)

rclone v1.55.1

  • os/type: linux
  • os/arch: amd64
  • go/version: go1.16.3
  • go/linking: static
  • go/tags: none

Also tested with 1.55.0 and 1.56.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 18.04 64bit, Ubuntu 20.04 64bit, Windows 10 64bit, FreeBSD 13-Stable

Which cloud storage system are you using? (eg Google Drive)

Google Drive, Microsoft OneDrive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy ~/100mbzero crypt: -vv --crypt-no-data-encryption=true

The rclone config contents with secrets removed.

[gdrive]
type = drive
scope = drive
token = redacted
root_folder_id = redacted
use_trash = false

[onedrive]
type = onedrive
region = global
token = redacted
drive_id = redacted
drive_type = personal

[crypt]
type = crypt
remote = gdrive:
filename_encryption = standard
directory_name_encryption = true
password = redacted_abcdefghijklmnopqrstuvwxyz
password2 = redacted_abcdefghijklmnopqrstuvwxyz

[onedrivecrypt]
type = crypt
remote = onedrive:
filename_encryption = standard
directory_name_encryption = true
password = redacted_abcdefghijklmnopqrstuvwxyz
password2 = redacted_abcdefghijklmnopqrstuvwxyz

A log from the command with the -vv flag

GDrive:

Successfully copied with --crypt-no-data-encryption=false

root@docker:/mnt# rclone copy ~/100mbzero crypt: -vv --crypt-no-data-encryption=false   
2021/07/26 23:55:42 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/26 23:55:42 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "/root/100mbzero" "crypt:" "-vv" "--crypt-no-data-encryption=false"]
2021/07/26 23:55:42 DEBUG : Creating backend with remote "/root/100mbzero"
2021/07/26 23:55:42 DEBUG : fs cache: adding new entry for parent of "/root/100mbzero", "/root"
2021/07/26 23:55:42 DEBUG : Creating backend with remote "crypt:"
2021/07/26 23:55:42 DEBUG : crypt: detected overridden config - adding "{ConAo}" suffix to name
2021/07/26 23:55:42 DEBUG : Creating backend with remote "gdrive:"
2021/07/26 23:55:42 DEBUG : fs cache: renaming cache item "crypt:" to be canonical "crypt{ConAo}:"
2021/07/26 23:55:42 DEBUG : 100mbzero: Need to transfer - File not found at Destination
2021/07/26 23:55:43 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 0 length 8388608
2021/07/26 23:55:43 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 8388608 length 8388608
2021/07/26 23:55:44 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 16777216 length 8388608
2021/07/26 23:55:44 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 25165824 length 8388608
2021/07/26 23:55:45 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 33554432 length 8388608
2021/07/26 23:55:45 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 41943040 length 8388608
2021/07/26 23:55:46 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 50331648 length 8388608
2021/07/26 23:55:46 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 58720256 length 8388608
2021/07/26 23:55:46 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 67108864 length 8388608
2021/07/26 23:55:47 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 75497472 length 8388608
2021/07/26 23:55:47 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 83886080 length 8388608
2021/07/26 23:55:47 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 92274688 length 8388608
2021/07/26 23:55:48 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 100663296 length 4219936
2021/07/26 23:55:49 DEBUG : 100mbzero: MD5 = ae211f0f75ca4874d4616a881e3011b4 OK
2021/07/26 23:55:49 INFO  : 100mbzero: Copied (new)
2021/07/26 23:55:49 INFO  : 
Transferred:      100.024M / 100.024 MBytes, 100%, 16.263 MBytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:         6.4s

2021/07/26 23:55:49 DEBUG : 5 go routines active
root@docker:/mnt# rclone deletefile crypt:100mbzero  -vv --crypt-no-data-encryption=true
2021/07/26 23:55:51 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/26 23:55:51 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "deletefile" "crypt:100mbzero" "-vv" "--crypt-no-data-encryption=true"]
2021/07/26 23:55:51 DEBUG : Creating backend with remote "crypt:100mbzero"
2021/07/26 23:55:51 DEBUG : crypt: detected overridden config - adding "{94O0Q}" suffix to name
2021/07/26 23:55:51 DEBUG : Creating backend with remote "gdrive:p2lkcl2gh70khqnge6vtaj39hg"
2021/07/26 23:55:52 DEBUG : fs cache: adding new entry for parent of "gdrive:p2lkcl2gh70khqnge6vtaj39hg", "gdrive:"
2021/07/26 23:55:52 DEBUG : fs cache: adding new entry for parent of "crypt:100mbzero", "crypt{94O0Q}:100mbzero"
2021/07/26 23:55:52 INFO  : 100mbzero: Deleted
2021/07/26 23:55:52 DEBUG : 4 go routines active

Failed with --crypt-no-data-encryption=true

root@docker:/mnt# rclone copy ~/100mbzero crypt: -vv --crypt-no-data-encryption=true
2021/07/26 23:55:57 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/26 23:55:57 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "/root/100mbzero" "crypt:" "-vv" "--crypt-no-data-encryption=true"]
2021/07/26 23:55:57 DEBUG : Creating backend with remote "/root/100mbzero"
2021/07/26 23:55:57 DEBUG : fs cache: adding new entry for parent of "/root/100mbzero", "/root"
2021/07/26 23:55:57 DEBUG : Creating backend with remote "crypt:"
2021/07/26 23:55:57 DEBUG : crypt: detected overridden config - adding "{94O0Q}" suffix to name
2021/07/26 23:55:57 DEBUG : Creating backend with remote "gdrive:"
2021/07/26 23:55:57 DEBUG : fs cache: renaming cache item "crypt:" to be canonical "crypt{94O0Q}:"
2021/07/26 23:55:57 DEBUG : 100mbzero: Need to transfer - File not found at Destination
2021/07/26 23:55:57 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 0 length 8388608
2021/07/26 23:55:58 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 8388608 length 8388608
2021/07/26 23:55:58 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 16777216 length 8388608
2021/07/26 23:55:59 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 25165824 length 8388608
2021/07/26 23:55:59 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 33554432 length 8388608
2021/07/26 23:55:59 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 41943040 length 8388608
2021/07/26 23:55:59 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 50331648 length 8388608
2021/07/26 23:56:00 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 58720256 length 8388608
2021/07/26 23:56:00 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 67108864 length 8388608
2021/07/26 23:56:00 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 75497472 length 8388608
2021/07/26 23:56:01 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 83886080 length 8388608
2021/07/26 23:56:01 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 92274688 length 8388608
2021/07/26 23:56:01 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 100663296 length 4219936
2021/07/26 23:56:01 DEBUG : pacer: low level retry 1/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycdvLVW548WOrSKXtzzvmpWhWVMFvKcPqfg_xco88jBcI_Q51nIAqJtGdcbkzMEMwRA_FgNWMoRaQuV0keymzIok": net/http: HTTP/1.x transport connection broken: http: ContentLength=4219936 with Body length 4194304)
2021/07/26 23:56:01 DEBUG : pacer: Rate limited, increasing sleep to 1.649834166s
2021/07/26 23:56:01 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 100663296 length 4219936
2021/07/26 23:56:02 DEBUG : pacer: low level retry 2/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycdvLVW548WOrSKXtzzvmpWhWVMFvKcPqfg_xco88jBcI_Q51nIAqJtGdcbkzMEMwRA_FgNWMoRaQuV0keymzIok": net/http: HTTP/1.x transport connection broken: http: ContentLength=4219936 with Body length 4194304)
2021/07/26 23:56:02 DEBUG : pacer: Rate limited, increasing sleep to 2.28016671s
2021/07/26 23:56:03 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 100663296 length 4219936
2021/07/26 23:56:03 DEBUG : pacer: low level retry 3/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycdvLVW548WOrSKXtzzvmpWhWVMFvKcPqfg_xco88jBcI_Q51nIAqJtGdcbkzMEMwRA_FgNWMoRaQuV0keymzIok": net/http: HTTP/1.x transport connection broken: http: ContentLength=4219936 with Body length 4194304)
2021/07/26 23:56:03 DEBUG : pacer: Rate limited, increasing sleep to 4.995726079s
2021/07/26 23:56:05 DEBUG : p2lkcl2gh70khqnge6vtaj39hg: Sending chunk 100663296 length 4219936
2021/07/26 23:56:06 DEBUG : pacer: low level retry 4/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycdvLVW548WOrSKXtzzvmpWhWVMFvKcPqfg_xco88jBcI_Q51nIAqJtGdcbkzMEMwRA_FgNWMoRaQuV0keymzIok": net/http: HTTP/1.x transport connection broken: http: ContentLength=4219936 with Body length 4194304)
2021/07/26 23:56:06 DEBUG : pacer: Rate limited, increasing sleep to 8.985683265s
^C
root@docker:/mnt# 

OneDrive:

Success:

root@docker:/mnt# rclone copy ~/100mbzero onedrivecrypt: -vv --crypt-no-data-encryption=false
2021/07/26 23:53:12 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/26 23:53:12 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "/root/100mbzero" "onedrivecrypt:" "-vv" "--crypt-no-data-encryption=false"]
2021/07/26 23:53:12 DEBUG : Creating backend with remote "/root/100mbzero"
2021/07/26 23:53:12 DEBUG : fs cache: adding new entry for parent of "/root/100mbzero", "/root"
2021/07/26 23:53:12 DEBUG : Creating backend with remote "onedrivecrypt:"
2021/07/26 23:53:12 DEBUG : onedrivecrypt: detected overridden config - adding "{ConAo}" suffix to name
2021/07/26 23:53:12 DEBUG : Creating backend with remote "onedrive:"
2021/07/26 23:53:12 DEBUG : fs cache: renaming cache item "onedrivecrypt:" to be canonical "onedrivecrypt{ConAo}:"
2021/07/26 23:53:12 DEBUG : 100mbzero: Need to transfer - File not found at Destination
2021/07/26 23:53:12 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Starting multipart upload
2021/07/26 23:53:13 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 0/104883232 size 10485760
2021/07/26 23:53:14 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 10485760/104883232 size 10485760
2021/07/26 23:53:15 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 20971520/104883232 size 10485760
2021/07/26 23:53:16 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 31457280/104883232 size 10485760
2021/07/26 23:53:17 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 41943040/104883232 size 10485760
2021/07/26 23:53:17 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 52428800/104883232 size 10485760
2021/07/26 23:53:20 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 62914560/104883232 size 10485760
2021/07/26 23:53:21 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 73400320/104883232 size 10485760
2021/07/26 23:53:22 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 83886080/104883232 size 10485760
2021/07/26 23:53:23 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 94371840/104883232 size 10485760
2021/07/26 23:53:24 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 104857600/104883232 size 25632
2021/07/26 23:53:24 DEBUG : 100mbzero: SHA-1 = 5a559587c72d3f25496e34c1265253175e548c38 OK
2021/07/26 23:53:24 INFO  : 100mbzero: Copied (new)
2021/07/26 23:53:24 INFO  : 
Transferred:      100.024M / 100.024 MBytes, 100%, 8.732 MBytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:        12.2s

2021/07/26 23:53:24 DEBUG : 8 go routines active
root@docker:/mnt# rclone deletefile onedrivecrypt:100mbzero -vv                              
2021/07/26 23:53:26 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/26 23:53:26 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "deletefile" "onedrivecrypt:100mbzero" "-vv"]
2021/07/26 23:53:26 DEBUG : Creating backend with remote "onedrivecrypt:100mbzero"
2021/07/26 23:53:26 DEBUG : Creating backend with remote "onedrive:6cgukncf6iqe9p8ln69uag3qu0"
2021/07/26 23:53:28 DEBUG : fs cache: adding new entry for parent of "onedrive:6cgukncf6iqe9p8ln69uag3qu0", "onedrive:"
2021/07/26 23:53:29 INFO  : 100mbzero: Deleted
2021/07/26 23:53:29 DEBUG : 5 go routines active

Fail:

root@docker:/mnt# rclone copy ~/100mbzero onedrivecrypt: -vv --crypt-no-data-encryption=true 
2021/07/26 23:53:34 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/26 23:53:34 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "/root/100mbzero" "onedrivecrypt:" "-vv" "--crypt-no-data-encryption=true"]
2021/07/26 23:53:34 DEBUG : Creating backend with remote "/root/100mbzero"
2021/07/26 23:53:34 DEBUG : fs cache: adding new entry for parent of "/root/100mbzero", "/root"
2021/07/26 23:53:34 DEBUG : Creating backend with remote "onedrivecrypt:"
2021/07/26 23:53:34 DEBUG : onedrivecrypt: detected overridden config - adding "{94O0Q}" suffix to name
2021/07/26 23:53:34 DEBUG : Creating backend with remote "onedrive:"
2021/07/26 23:53:34 DEBUG : fs cache: renaming cache item "onedrivecrypt:" to be canonical "onedrivecrypt{94O0Q}:"
2021/07/26 23:53:35 DEBUG : 100mbzero: Need to transfer - File not found at Destination
2021/07/26 23:53:35 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Starting multipart upload
2021/07/26 23:53:35 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 0/104883232 size 10485760
2021/07/26 23:53:36 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 10485760/104883232 size 10485760
2021/07/26 23:53:37 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 20971520/104883232 size 10485760
2021/07/26 23:53:38 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 31457280/104883232 size 10485760
2021/07/26 23:53:39 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 41943040/104883232 size 10485760
2021/07/26 23:53:39 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 52428800/104883232 size 10485760
2021/07/26 23:53:40 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 62914560/104883232 size 10485760
2021/07/26 23:53:41 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 73400320/104883232 size 10485760
2021/07/26 23:53:42 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 83886080/104883232 size 10485760
2021/07/26 23:53:43 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 94371840/104883232 size 10485760
2021/07/26 23:53:44 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 104857600/104883232 size 25632
2021/07/26 23:53:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2021/07/26 23:53:44 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Cancelling multipart upload: 400 Bad Request: 
2021/07/26 23:53:44 ERROR : 100mbzero: Failed to copy: 400 Bad Request: 
2021/07/26 23:53:44 ERROR : Attempt 1/3 failed with 1 errors and: 400 Bad Request: 
2021/07/26 23:53:44 DEBUG : 100mbzero: Need to transfer - File not found at Destination
2021/07/26 23:53:44 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Starting multipart upload
2021/07/26 23:53:45 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 0/104883232 size 10485760
2021/07/26 23:53:46 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 10485760/104883232 size 10485760
2021/07/26 23:53:47 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 20971520/104883232 size 10485760
2021/07/26 23:53:48 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 31457280/104883232 size 10485760
2021/07/26 23:53:49 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 41943040/104883232 size 10485760
2021/07/26 23:53:49 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 52428800/104883232 size 10485760
2021/07/26 23:53:50 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 62914560/104883232 size 10485760
2021/07/26 23:53:51 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 73400320/104883232 size 10485760
2021/07/26 23:53:52 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 83886080/104883232 size 10485760
2021/07/26 23:53:53 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 94371840/104883232 size 10485760
2021/07/26 23:53:54 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 104857600/104883232 size 25632
2021/07/26 23:53:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2021/07/26 23:53:54 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Cancelling multipart upload: 400 Bad Request: 
2021/07/26 23:53:54 ERROR : 100mbzero: Failed to copy: 400 Bad Request: 
2021/07/26 23:53:54 ERROR : Attempt 2/3 failed with 1 errors and: 400 Bad Request: 
2021/07/26 23:53:54 DEBUG : 100mbzero: Need to transfer - File not found at Destination
2021/07/26 23:53:54 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Starting multipart upload
2021/07/26 23:53:55 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 0/104883232 size 10485760
2021/07/26 23:53:56 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 10485760/104883232 size 10485760
2021/07/26 23:53:57 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 20971520/104883232 size 10485760
2021/07/26 23:53:58 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 31457280/104883232 size 10485760
2021/07/26 23:53:59 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 41943040/104883232 size 10485760
2021/07/26 23:54:00 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 52428800/104883232 size 10485760
2021/07/26 23:54:01 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 62914560/104883232 size 10485760
2021/07/26 23:54:06 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 73400320/104883232 size 10485760
2021/07/26 23:54:07 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 83886080/104883232 size 10485760
2021/07/26 23:54:07 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 94371840/104883232 size 10485760
2021/07/26 23:54:08 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Uploading segment 104857600/104883232 size 25632
2021/07/26 23:54:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2021/07/26 23:54:08 DEBUG : 6cgukncf6iqe9p8ln69uag3qu0: Cancelling multipart upload: 400 Bad Request: 
2021/07/26 23:54:08 ERROR : 100mbzero: Failed to copy: 400 Bad Request: 
2021/07/26 23:54:08 ERROR : Attempt 3/3 failed with 1 errors and: 400 Bad Request: 
2021/07/26 23:54:08 INFO  : 
Transferred:          300M / 300 MBytes, 100%, 9.074 MBytes/s, ETA 0s
Errors:                 1 (retrying may help)
Elapsed time:        34.4s

2021/07/26 23:54:08 DEBUG : 6 go routines active
2021/07/26 23:54:08 Failed to copy: 400 Bad Request:

What are you trying to do? Just encrypt the file / directory names and not the contents?

Yes that is correct. I'm just trying to obfuscate/encrypt the filenames but not the file contents.

Ultimately I'm trying to do chunker -> crypt -> gdrive. I ran into issues where the files never uploaded to gdrive and I've been able to isolate it to crypt + no_data_encryption=true

So I've not tried with that particular flag before but it does work for me with this rclone.conf

[TEST]
type = crypt
remote = GD:test
password = blah
password2 = blah
no_data_encryption = true

and

felix@gemini:~$ rclone copy /etc/hosts TEST: -vv
2021/07/26 20:44:07 DEBUG : Setting --config "/opt/rclone/rclone.conf" from environment variable RCLONE_CONFIG="/opt/rclone/rclone.conf"
2021/07/26 20:44:07 DEBUG : Setting --user-agent "animosityapp" from environment variable RCLONE_USER_AGENT="animosityapp"
2021/07/26 20:44:07 DEBUG : Setting --rc-user "felix" from environment variable RCLONE_RC_USER="felix"
2021/07/26 20:44:07 DEBUG : Setting --rc-pass "felix" from environment variable RCLONE_RC_PASS="felix"
2021/07/26 20:44:07 DEBUG : Setting default for drive-pacer-min-sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 20:44:07 DEBUG : Setting default for drive-pacer-burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 20:44:07 DEBUG : rclone: Version "v1.56.0" starting with parameters ["rclone" "copy" "/etc/hosts" "TEST:" "-vv"]
2021/07/26 20:44:07 DEBUG : Creating backend with remote "/etc/hosts"
2021/07/26 20:44:07 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2021/07/26 20:44:07 DEBUG : fs cache: adding new entry for parent of "/etc/hosts", "/etc"
2021/07/26 20:44:07 DEBUG : Creating backend with remote "TEST:"
2021/07/26 20:44:07 DEBUG : Creating backend with remote "GD:test"
2021/07/26 20:44:07 DEBUG : Setting drive_pacer_min_sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 20:44:07 DEBUG : Setting drive_pacer_burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 20:44:07 DEBUG : GD: detected overridden config - adding "{TKSWb}" suffix to name
2021/07/26 20:44:07 DEBUG : Setting drive_pacer_min_sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 20:44:07 DEBUG : Setting drive_pacer_burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 20:44:08 DEBUG : fs cache: renaming cache item "GD:test" to be canonical "GD{TKSWb}:test"
2021/07/26 20:44:08 DEBUG : hosts: Need to transfer - File not found at Destination
2021/07/26 20:44:09 INFO  : hosts: Copied (new) to: rs88l6p51j4kp0g9if3j294ts0
2021/07/26 20:44:09 INFO  :
Transferred:   	        130 / 130 Byte, 100%, 129 Byte/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:         1.7s

2021/07/26 20:44:09 DEBUG : 5 go routines active

and

felix@gemini:/opt/rclone$ rclone ls GD:test
      130 rs88l6p51j4kp0g9if3j294ts0
felix@gemini:/opt/rclone$ rclone ls TEST:
      130 hosts
felix@gemini:/opt

and with the flag, it also works for me.

felix@gemini:~$ rclone copy blah TEST2: --crypt-no-data-encryption=true -vv
2021/07/26 20:46:48 DEBUG : Setting --config "/opt/rclone/rclone.conf" from environment variable RCLONE_CONFIG="/opt/rclone/rclone.conf"
2021/07/26 20:46:48 DEBUG : Setting --user-agent "animosityapp" from environment variable RCLONE_USER_AGENT="animosityapp"
2021/07/26 20:46:48 DEBUG : Setting --rc-user "felix" from environment variable RCLONE_RC_USER="felix"
2021/07/26 20:46:48 DEBUG : Setting --rc-pass "felix" from environment variable RCLONE_RC_PASS="felix"
2021/07/26 20:46:48 DEBUG : Setting default for drive-pacer-min-sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 20:46:48 DEBUG : Setting default for drive-pacer-burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 20:46:48 DEBUG : rclone: Version "v1.56.0" starting with parameters ["rclone" "copy" "blah" "TEST2:" "--crypt-no-data-encryption=true" "-vv"]
2021/07/26 20:46:48 DEBUG : Creating backend with remote "blah"
2021/07/26 20:46:48 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2021/07/26 20:46:48 DEBUG : fs cache: adding new entry for parent of "blah", "/home/felix"
2021/07/26 20:46:48 DEBUG : Creating backend with remote "TEST2:"
2021/07/26 20:46:48 DEBUG : TEST2: detected overridden config - adding "{94O0Q}" suffix to name
2021/07/26 20:46:48 DEBUG : Creating backend with remote "GD:test"
2021/07/26 20:46:48 DEBUG : Setting drive_pacer_min_sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 20:46:48 DEBUG : Setting drive_pacer_burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 20:46:48 DEBUG : GD: detected overridden config - adding "{TKSWb}" suffix to name
2021/07/26 20:46:48 DEBUG : Setting drive_pacer_min_sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 20:46:48 DEBUG : Setting drive_pacer_burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 20:46:48 DEBUG : fs cache: renaming cache item "GD:test" to be canonical "GD{TKSWb}:test"
2021/07/26 20:46:48 DEBUG : fs cache: renaming cache item "TEST2:" to be canonical "TEST2{94O0Q}:"
2021/07/26 20:46:48 DEBUG : blah: Need to transfer - File not found at Destination
2021/07/26 20:46:49 INFO  : blah: Copied (new) to: lrm4j0q3r9eede9bjmuvboqn6s
2021/07/26 20:46:49 INFO  :
Transferred:   	          0 / 0 Byte, -, 0 Byte/s, ETA -
Transferred:            1 / 1, 100%
Elapsed time:         1.5s

2021/07/26 20:46:49 DEBUG : 6 go routines active

after I make a second test remote with out the flag.

[TEST2]
type = crypt
remote = GD:test
password = blah
password2 = blah

I think you have a mix of things which might be confusing it.

When using password = blah, I got an error:
2021/07/27 00:53:52 Failed to create file system for "TEST:": failed to decrypt password: input too short when revealing password - is it obscured?

So I modified it to be

type = crypt
remote = gdrive:test
password = blahblahblahblahblahblahblahblah
password2 = blahblahblahblahblahblahblahblah
no_data_encryption = true

Using a tiny file, like /etc/hosts, it works.

2021/07/27 01:00:52 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/27 01:00:52 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "/etc/hosts" "TEST:" "-vv"]
2021/07/27 01:00:52 DEBUG : Creating backend with remote "/etc/hosts"
2021/07/27 01:00:52 DEBUG : fs cache: adding new entry for parent of "/etc/hosts", "/etc"
2021/07/27 01:00:52 DEBUG : Creating backend with remote "TEST:"
2021/07/27 01:00:52 DEBUG : Creating backend with remote "gdrive:test"
2021/07/27 01:00:52 DEBUG : hosts: Need to transfer - File not found at Destination
2021/07/27 01:00:53 INFO  : hosts: Copied (new) to: c6fdrs60rso1o1f637spjrpckc
2021/07/27 01:00:53 INFO  : 
Transferred:           221 / 221 Bytes, 100%, 244 Bytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:         1.4s

2021/07/27 01:00:53 DEBUG : 4 go routines active

but if I try a file that is larger than ~8mb (gdrive chunk size maybe?), I get the same errors as I first posted.

root@docker:~# dd if=/dev/zero of=/root/8mbzero bs=1024 count=8192
8192+0 records in
8192+0 records out
8388608 bytes (8.4 MB, 8.0 MiB) copied, 0.0363596 s, 231 MB/s
root@docker:~# rclone copy ~/8mbzero TEST: -vv                     
2021/07/27 01:04:54 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/27 01:04:54 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "/root/8mbzero" "TEST:" "-vv"]
2021/07/27 01:04:54 DEBUG : Creating backend with remote "/root/8mbzero"
2021/07/27 01:04:54 DEBUG : fs cache: adding new entry for parent of "/root/8mbzero", "/root"
2021/07/27 01:04:54 DEBUG : Creating backend with remote "TEST:"
2021/07/27 01:04:54 DEBUG : Creating backend with remote "gdrive:test"
2021/07/27 01:04:55 DEBUG : 8mbzero: Need to transfer - File not found at Destination
2021/07/27 01:04:55 DEBUG : ba884ash5fcd6gl8m2ph7s2p0s: Sending chunk 0 length 8388608
2021/07/27 01:04:56 DEBUG : ba884ash5fcd6gl8m2ph7s2p0s: Sending chunk 8388608 length 2080
2021/07/27 01:04:56 DEBUG : pacer: low level retry 1/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycdsKGmMNkA4yqcKSb63FCJzdgLrTjwGn-tarBWYRoXpV2KXJX5KT9EvjIH6nQyPXa3nle27ZAMzYu3MFKVxFhzWNxVwryw": net/http: HTTP/1.x transport connection broken: http: ContentLength=2080 with Body length 0)
2021/07/27 01:04:56 DEBUG : pacer: Rate limited, increasing sleep to 1.408702278s
2021/07/27 01:04:56 DEBUG : ba884ash5fcd6gl8m2ph7s2p0s: Sending chunk 8388608 length 2080
2021/07/27 01:04:56 DEBUG : pacer: low level retry 2/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycdsKGmMNkA4yqcKSb63FCJzdgLrTjwGn-tarBWYRoXpV2KXJX5KT9EvjIH6nQyPXa3nle27ZAMzYu3MFKVxFhzWNxVwryw": net/http: HTTP/1.x transport connection broken: http: ContentLength=2080 with Body length 0)
2021/07/27 01:04:56 DEBUG : pacer: Rate limited, increasing sleep to 2.016173384s
^C

Where did the extra 2080 bytes come from?

After doing some more testing, It has something to do with the gdrive chunk size..

Trying --drive-chunk-size=16M = fail

root@docker:~# rclone copy ~/8mbzero TEST: -vv --drive-chunk-size=16M 
2021/07/27 01:31:16 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/27 01:31:16 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "/root/8mbzero" "TEST:" "-vv" "--drive-chunk-size=16M"]
2021/07/27 01:31:16 DEBUG : Creating backend with remote "/root/8mbzero"
2021/07/27 01:31:16 DEBUG : fs cache: adding new entry for parent of "/root/8mbzero", "/root"
2021/07/27 01:31:16 DEBUG : Creating backend with remote "TEST:"
2021/07/27 01:31:16 DEBUG : Creating backend with remote "gdrive:test"
2021/07/27 01:31:16 DEBUG : gdrive: detected overridden config - adding "{uZ4Lt}" suffix to name
2021/07/27 01:31:16 DEBUG : fs cache: renaming cache item "gdrive:test" to be canonical "gdrive{uZ4Lt}:test"
2021/07/27 01:31:16 DEBUG : 8mbzero: Need to transfer - File not found at Destination
2021/07/27 01:31:17 DEBUG : ba884ash5fcd6gl8m2ph7s2p0s: Sending chunk 0 length 8390688
2021/07/27 01:31:17 DEBUG : pacer: low level retry 1/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycduE4JRG3nXCewP3WBkIEplPZF5aREZhk8wWXnVtSFi2Oe1-V2sCK8KEbUyeYsNYXD-_4eddXDMf88vYxBI0reo": net/http: HTTP/1.x transport connection broken: http: ContentLength=8390688 with Body length 8388608)
2021/07/27 01:31:17 DEBUG : pacer: Rate limited, increasing sleep to 1.151022597s
2021/07/27 01:31:17 DEBUG : ba884ash5fcd6gl8m2ph7s2p0s: Sending chunk 0 length 8390688
2021/07/27 01:31:18 DEBUG : pacer: low level retry 2/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycduE4JRG3nXCewP3WBkIEplPZF5aREZhk8wWXnVtSFi2Oe1-V2sCK8KEbUyeYsNYXD-_4eddXDMf88vYxBI0reo": net/http: HTTP/1.x transport connection broken: http: ContentLength=8390688 with Body length 8388608)
2021/07/27 01:31:18 DEBUG : pacer: Rate limited, increasing sleep to 2.100536195s
^C

Trying --drive-chunk-size=16M --drive-upload-cutoff=16M == SUCCESS!

root@docker:~# rclone copy ~/8mbzero TEST: -vv --drive-chunk-size=16M --drive-upload-cutoff=16M
2021/07/27 01:31:23 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/07/27 01:31:23 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "/root/8mbzero" "TEST:" "-vv" "--drive-chunk-size=16M" "--drive-upload-cutoff=16M"]
2021/07/27 01:31:23 DEBUG : Creating backend with remote "/root/8mbzero"
2021/07/27 01:31:23 DEBUG : fs cache: adding new entry for parent of "/root/8mbzero", "/root"
2021/07/27 01:31:23 DEBUG : Creating backend with remote "TEST:"
2021/07/27 01:31:23 DEBUG : Creating backend with remote "gdrive:test"
2021/07/27 01:31:23 DEBUG : gdrive: detected overridden config - adding "{L5QMy}" suffix to name
2021/07/27 01:31:23 DEBUG : fs cache: renaming cache item "gdrive:test" to be canonical "gdrive{L5QMy}:test"
2021/07/27 01:31:23 DEBUG : 8mbzero: Need to transfer - File not found at Destination
2021/07/27 01:31:25 INFO  : 8mbzero: Copied (new) to: ba884ash5fcd6gl8m2ph7s2p0s
2021/07/27 01:31:25 INFO  : 
Transferred:            8M / 8 MBytes, 100%, 5.632 MBytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:         2.0s

I didn't actually use blah. I just removed the actual secrets.

But that does seem to break it with larger files. Neat.

felix@gemini:/data$ rclone copy jellyfish-400-mbps-4k-uhd-hevc-10bit.mkv TEST: -vv
2021/07/26 21:41:27 DEBUG : Setting --config "/opt/rclone/rclone.conf" from environment variable RCLONE_CONFIG="/opt/rclone/rclone.conf"
2021/07/26 21:41:27 DEBUG : Setting --user-agent "animosityapp" from environment variable RCLONE_USER_AGENT="animosityapp"
2021/07/26 21:41:27 DEBUG : Setting --rc-user "felix" from environment variable RCLONE_RC_USER="felix"
2021/07/26 21:41:27 DEBUG : Setting --rc-pass "felix" from environment variable RCLONE_RC_PASS="felix"
2021/07/26 21:41:27 DEBUG : Setting default for drive-pacer-min-sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 21:41:27 DEBUG : Setting default for drive-pacer-burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 21:41:27 DEBUG : rclone: Version "v1.56.0" starting with parameters ["rclone" "copy" "jellyfish-400-mbps-4k-uhd-hevc-10bit.mkv" "TEST:" "-vv"]
2021/07/26 21:41:27 DEBUG : Creating backend with remote "jellyfish-400-mbps-4k-uhd-hevc-10bit.mkv"
2021/07/26 21:41:27 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2021/07/26 21:41:27 DEBUG : fs cache: adding new entry for parent of "jellyfish-400-mbps-4k-uhd-hevc-10bit.mkv", "/data"
2021/07/26 21:41:27 DEBUG : Creating backend with remote "TEST:"
2021/07/26 21:41:27 DEBUG : Creating backend with remote "GD:test"
2021/07/26 21:41:27 DEBUG : Setting drive_pacer_min_sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 21:41:27 DEBUG : Setting drive_pacer_burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 21:41:27 DEBUG : GD: detected overridden config - adding "{TKSWb}" suffix to name
2021/07/26 21:41:27 DEBUG : Setting drive_pacer_min_sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/07/26 21:41:27 DEBUG : Setting drive_pacer_burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/07/26 21:41:27 DEBUG : fs cache: renaming cache item "GD:test" to be canonical "GD{TKSWb}:test"
2021/07/26 21:41:27 DEBUG : jellyfish-400-mbps-4k-uhd-hevc-10bit.mkv: Need to transfer - File not found at Destination
2021/07/26 21:41:29 DEBUG : acc9lv0c13ccdr2i14tm8qu4nisnphfijbtisdo9a9qsfhqk7q87udn8eq28np7gutkk138mchitg: Sending chunk 0 length 1073741824
2021/07/26 21:41:41 DEBUG : acc9lv0c13ccdr2i14tm8qu4nisnphfijbtisdo9a9qsfhqk7q87udn8eq28np7gutkk138mchitg: Sending chunk 1073741824 length 431578782
2021/07/26 21:41:45 DEBUG : pacer: low level retry 1/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycdtOKBlitQj_Yy1uPU30aofkOelz0Az5IaEqV6anG5lHgZGYsUjUByAJvzlpKmW1nFog2xM3Qtw6uUo3H6x8sA": net/http: HTTP/1.x transport connection broken: http: ContentLength=431578782 with Body length 431211326)
2021/07/26 21:41:45 DEBUG : pacer: Rate limited, increasing sleep to 1.295315541s
2021/07/26 21:41:45 DEBUG : acc9lv0c13ccdr2i14tm8qu4nisnphfijbtisdo9a9qsfhqk7q87udn8eq28np7gutkk138mchitg: Sending chunk 1073741824 length 431578782
2021/07/26 21:41:50 DEBUG : pacer: low level retry 2/10 (error Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks&supportsAllDrives=true&uploadType=resumable&upload_id=ADPycdtOKBlitQj_Yy1uPU30aofkOelz0Az5IaEqV6anG5lHgZGYsUjUByAJvzlpKmW1nFog2xM3Qtw6uUo3H6x8sA": net/http: HTTP/1.x transport connection broken: http: ContentLength=431578782 with Body length 431211326)

I'd open a bug on github and link the forum thread.

Yes this looks like a bug!

Please open a new issue on Github with a link to this post - thanks.

The issue is here Errors uploading files when using -crypt-no-data-encryption=true · Issue #5498 · rclone/rclone · GitHub

And there is a beta to test there too.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.