What is the problem you are having with rclone?
I need some help understanding how to launch megacmd webdav automatically on macos after a reboot
I am wondering if in the apple script app I created I should have it do
tell application "Megacmd"
activate
do script "webdav /"
delay 10
above the tell application? I have only ever run one application from an apple script before so I am trying to figure out how to get webdav mega to run first then have rclone mount it as a fusemount.
Run the command 'rclone version' and share the full output of the command.
1.65.0
Which cloud storage system are you using? (eg Google Drive)
mega
webdav with mega
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
apple script run
tell application "Terminal"
active
do script "rclone mount Mega: /Users/gh0sti/Mega --vfs-cache-mode full --allow-non-empty"
do script "exit"
delay 15
do script "killall Terminal"
End tell
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
A log from the command that you were trying to run with the -vv
flag
Paste log here