Box getting 403 errors when using chunker (working fine without it)

most likely reason is use of spaces in chunker name_format, change:

to e.g.:

name_format = *.rcc###

I would also suggest you add encryption to your remotes. Not only it will keep your data safe but will allow to use longer path than by default - I have noticed you use extremely long file names:)

See all example here:

1 Like