I want to be able to mount my mega account onto my computer using Rclone. I am a MacBook Air M1 user. I am also running into several problems.
Rclone says it will not run because there are multiple (Application)
I am having trouble downloading things properly or rather am not sure what I don't have and need, if I need to get rid of things that would be helpful also.
I have tried multiple things in the terminal, I need to know what I am missing to have Rclone fully running and able to mount my mega account onto my computer, ask as many questions so that things can get ticked off, addressed, and solved.
Any guides are helpful, anything is helpful.
The goal is to be able to batch rename or rather just rename multiple files in my mega app
the first step should have been you answering all the question in the help and support template???
that way we do not have to pull the required information from you, drip by drip.
so, please post the full output of these two commands.
--- rclone version
--- rclone listremotes
This was the Terminals response for the first step I will continue on to do the second thing you sent
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4707 100 4707 0 0 9533 0 --:--:-- --:--:-- --:--:-- 9586
The latest version of rclone rclone v1.62.2 is already installed.
This will guide you through an interactive setup process:
No remotes found, make a new one?
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Mega
\ "mega"
[snip]
Storage> mega
User name
user> you@example.com
Password.
y) Yes type in my own password
g) Generate random password
n) No leave this optional password blank
y/g/n> y
Enter the password:
password:
Confirm the password:
password:
Remote config
--------------------
[remote]
type = mega
user = you@example.com
pass = *** ENCRYPTED ***
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y
This part was successful and I was able to see the files that I have in the mega app in the terminal. Now, how do I mount it so I may batch rename or rename the files that are inside the mega?