Import error / wrong permissions?

I have the problem that an error with the rights is always displayed even though all the rights are correct. I’ve tried different variations, always the same error… any idea how to fix this?
Thanks!

Failed to enqueue P7 J1 (import_micrographs): Job has builder errors.
2023-11-02 16:13:00,234 enqueue_job ERROR | Builder parameter error in P7 J1 (import_micrographs): Micrographs data path: Invalid path specified: /home/CS-TEST/tecnai_20231004 directory allowed: False; file allowed: True; glob allowed: True
2023-11-02 16:13:00,234 wrapper ERROR | JSONRPC ERROR at enqueue_job
2023-11-02 16:13:00,234 wrapper ERROR | Traceback (most recent call last):
2023-11-02 16:13:00,234 wrapper ERROR | File “/cluster/software/cryosparc/cryosparc_master/cryosparc_command/commandcommon.py”, line 195, in wrapper
2023-11-02 16:13:00,234 wrapper ERROR | res = func(*args, **kwargs)
2023-11-02 16:13:00,234 wrapper ERROR | File “/cluster/software/cryosparc/cryosparc_master/cryosparc_command/commandcommon.py”, line 261, in wrapper
2023-11-02 16:13:00,234 wrapper ERROR | return func(*args, **kwargs)
2023-11-02 16:13:00,234 wrapper ERROR | File “/cluster/software/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 7342, in enqueue_job
2023-11-02 16:13:00,234 wrapper ERROR | raise ValueError(exception_message)
2023-11-02 16:13:00,234 wrapper ERROR | ValueError: Failed to enqueue P7 J1 (import_micrographs): Job has builder errors. Micrographs data path: Invalid path specified: /home/CS-TEST/tecnai_20231004 directory allowed: False; file allowed: True; glob allowed: True

It seems a directory was specified where only paths to specific files or file path patterns, like
/home/CS-TEST/tecnai_20231004/tecnai_20231004/*_0???.mrc
are allowed. The pattern needs to be adjusted to accurately describe the actual filenames so as to not miss any desired files and to not include any undesired files.