This is not a question about a folder that has gone missing, never to return. The folder is not present unless I am logged in.
I wrote a script to download items from and sftp site and upload to Box. The script is on the server ( aws ec2 ) and is run from an SQL job. I want the script to run, even if I am not logged into the machine. After much troubleshooting, it appears the Box folder does not exist (according to PowerShell ) when run as a task job after I log out. The script runs fine if I am logged in.
Is this the desired behavior ? AM I going to have to use the API to upload file ?