Operation not permitted while trying to submit from /files

I moved everything from my /home folder to /files due to space issues and also installed conda/jupyter in /opt. When I try to submit I get [('assets/file', '/files/submission/assets/file', [Errno 1] Operation not permitted.)...] for every file in assets folder. How can I solve this?

Hi @SajanGohil,

The issue with the permissions of the /files directory. This directory is owned by root, and hence aicrowd-cli cannot read files in the directory.

To resolve the issue, please move your files to any place other than /files , and things will work perfectly fine.