Cloud File Not Syncing Error:

The problem coming in Node 17+
Downgrade Node to LTS. (16.14.0) and all will work well

2 Likes

Thanks, it solved my issue!

How to solve the problem of 403?

Try what @DmKodOff suggested by checking if you are not running an incompatible version of node. Run on cli:

node --version

If your node version is 17+, use Node Version Manager (nvm) to downgrade your node version.

It is strange that

Version 16 is currently in use

Error 403 is still reported

node --version
v16.13.0