LLM - Unable to access the file path

Hi Team,

I am trying to build an agent where it is unable to take the file , As checked it is in read-only mode so I have changed it to read-write. After when agent is running automatically folder is going to read only. PFB snippet. Kindly siggest.

@venkateshcheeni09

Please share the screenshot of how your agent accessing the file.

@venkateshcheeni09,

As per my understanding this issue occurs when the folder is controlled by system policies or synced drives like OneDrive/SharePoint which reset attributes. Remove the read-only attribute using attrib -r "FolderPath" /s /d in a pre-execution step and ensure the robot has full folder permissions. If it’s a synced location, configure the sync client or move files to a local non-synced path for stable execution.