Hi
I have a task that saves a user home directory (C:\Users\XXX).
It includes folders like "C:\Users\XXX\Documents", "C:\Users\XXX\Desktop", etc that just work fine.
It also includes the folder "C:\Users\XXX\Dropbox" which always fails with errors like :The system CAN read the files. I've even forced the following command :The administrator CAN read the files but it still fails if I run the task as admin.
The user itself CAN obviously read the files but it still fails if I run the task as him.
> No file outside Dropbox fails permanently
> 82,397 files in Dropbox fail to be accessed
> 8 files were successfully accessed.
What's wrong with Dropbox permissions?
Thanks for your help.
Santiago
I have a task that saves a user home directory (C:\Users\XXX).
It includes folders like "C:\Users\XXX\Documents", "C:\Users\XXX\Desktop", etc that just work fine.
It also includes the folder "C:\Users\XXX\Dropbox" which always fails with errors like :
Code:
Error uploading the file "xxx": Cannot open file "xxx". The file cannot be accessed by the system.
Code:
icacls "C:\Users\XXX\Dropbox" /grant SYSTEM:F /T /Q
The user itself CAN obviously read the files but it still fails if I run the task as him.
> No file outside Dropbox fails permanently
> 82,397 files in Dropbox fail to be accessed
> 8 files were successfully accessed.
What's wrong with Dropbox permissions?
Thanks for your help.
Santiago
Statistics: Posted by chebarbudo — 14 Mar 2024, 23:31