I am getting exit status 101 when copying one storage into another:
Options: [-log -d copy -from GDsnapshots -to GDrive01 -threads 4]
2022-07-09 18:10:40.044 INFO STORAGE_SET Source storage set to gcd://.duplicacy-snapshots
2022-07-09 18:10:40.044 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_GDSNAPSHOTS_GCD_TOKEN
2022-07-09 18:10:41.498 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_GDSNAPSHOTS_PASSWORD
2022-07-09 18:10:42.280 TRACE CONFIG_ITERATIONS Using 16384 iterations for key derivation
2022-07-09 18:10:42.469 DEBUG STORAGE_NESTING Chunk read levels: [1], write level: 1
2022-07-09 18:10:42.469 INFO CONFIG_INFO Compression level: 100
2022-07-09 18:10:42.469 INFO CONFIG_INFO Average chunk size: 4194304
2022-07-09 18:10:42.469 INFO CONFIG_INFO Maximum chunk size: 16777216
2022-07-09 18:10:42.469 INFO CONFIG_INFO Minimum chunk size: 1048576
2022-07-09 18:10:42.469 TRACE CONFIG_INFO File chunks are encrypted
...
2022-07-09 18:10:42.469 TRACE CONFIG_INFO Metadata chunks are encrypted
2022-07-09 18:10:42.472 INFO STORAGE_SET Destination storage set to gcd://.duplicacy
2022-07-09 18:10:42.473 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_GDRIVE01_GCD_TOKEN
2022-07-09 18:10:43.869 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_GDRIVE01_PASSWORD
2022-07-09 18:10:44.556 TRACE CONFIG_ITERATIONS Using 16384 iterations for key derivation
2022-07-09 18:10:44.762 DEBUG STORAGE_NESTING Chunk read levels: [1], write level: 1
2022-07-09 18:10:44.854 INFO CONFIG_INFO Compression level: 100
2022-07-09 18:10:44.854 INFO CONFIG_INFO Average chunk size: 4194304
2022-07-09 18:10:44.854 INFO CONFIG_INFO Maximum chunk size: 16777216
2022-07-09 18:10:44.854 INFO CONFIG_INFO Minimum chunk size: 1048576
...
2022-07-09 19:33:54.683 DEBUG SNAPSHOT_COPY Copying chunk 1406a1cd59843212520d0f5b561066594145f309a59e3de66376a0d128862ab7 to 7d62dbb796d07dd7b06d49d1cbb07a2d0569ac68bc273b07a47e82f094939fca
2022-07-09 19:33:54.720 DEBUG CHUNK_UPLOAD Chunk fe33e8e9667e885f945cd28a2cb2488f367c853d593920348220152545867c45 has been uploaded
2022-07-09 19:33:54.720 INFO COPY_PROGRESS Copied chunk fe33e8e9667e885f945cd28a2cb2488f367c853d593920348220152545867c45 (1633/445468) 1.69MB/s 15 days 14:27:00 0.4%
2022-07-09 19:33:55.009 DEBUG CHUNK_UPLOAD Chunk 0dcbee9efbcc8682cb75f9c9e9a409b126ba2e368effca2ea6bb51dfb428e124 has been uploaded
2022-07-09 19:33:55.009 INFO COPY_PROGRESS Copied chunk 0dcbee9efbcc8682cb75f9c9e9a409b126ba2e368effca2ea6bb51dfb428e124 (1632/445468) 1.69MB/s 15 days 14:42:07 0.4%
2022-07-09 19:33:55.621 DEBUG CHUNK_UPLOAD Chunk 7a9db077c7d526de28898d18a326a3ecdb52fde18398691908f03e7179cb36aa has been uploaded
2022-07-09 19:33:55.621 INFO COPY_PROGRESS Copied chunk 7a9db077c7d526de28898d18a326a3ecdb52fde18398691908f03e7179cb36aa (1634/445468) 1.69MB/s 15 days 14:17:16 0.4%
exit status 101
Both storages are on the same GDrive; GDsnapshots (source) one uses a folder in the root of the drive, GDrive01 (destination) uses application data folder of a service account. Copy operation works for a while (a few thousands of chunks), then just dies with exit status 101. So no issues with storage setup/authorization, something happens afterwards.
What could be a reason for such failure? This is repeatable, fails after running for 1-2 hours and several thousands for chunks.