Original Question or Issue: |
I'm trying to move files were last modified 10 years ago or more and not accessed in the last years. However, I keep receiving either no results or an invalid JSON message. |
|
|
Steps to Reproduce: | |
Error or Log Message: | |
Defect or Enhancement Number: |
|
Cause: | The issue you’re encountering is likely due to the incorrect use of the skip_recently_accessed parameter. Please note that this parameter is a Boolean flag and should be set to 1 (true) or 0 (false)—not to a number of days. When skip_recently_accessed is set to 1, FileCloud will exclude any files that have been accessed (viewed or downloaded) within the number of days specified by the number_of_days parameter. |
Resolution or Workaround: |
Kindly please refer to the sample condition below:
Then Action
This configuration will move files that: |
Notes: |