New Google Drive token not working

I have Duplicacy running on my Unraid server and I am trying to restore some files from a Google Drive backup that has been chugging along for quite some time. The old token was lost when an SSD died so I visited the Duplicacy page to generate a new token and pointed Duplicacy to the new token.

I read through this post which indicated there was a recent change regarding how the tokens/scope works, so I avoided clicking the browse button and entered in a name for a new folder and clicked “Continue” so that I could then follow the steps on the forum post for copying Chunks/Snapshot/Config, but I keep getting:

Failed to check the storage at gcd://Test: fork/exec /home/duplicacy/.duplicacy-web/bin/duplicacy_linux_x64_3.2.3: permission denied

Is this a local permission error (the docker can’t access my token file) or is this indicating that there is a permission issue creating the new storage on Google Drive?

Looks like your executable does not have execute flag set.

You can chmod +x duplicacy_linux_x64_3.2.3 or you can delete that file and duplicacy will download a new one and set correct flags.