We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: is it possible to use login tokens that limit full access to a specific folder ?
Usage scenario:
The text was updated successfully, but these errors were encountered:
You can use writable exported folders for that case:
Loged in your account
mega-export -a --writable /path/to/folder
This will print something like:
Exported /path/to/folder: https://mega.nz/folder/PPPPPPPP#SSSSSSSSSSSSSSSSSSSSSS AuthToken = PPPPPPPP#SSSSSSSSSSSSSSSSSSSSSS:AAAAAAAAAAAAA
Then, on the server:
login https://mega.nz/folder/PPPPPPPP#SSSSSSSSSSSSSSSSSSSSSS --auth-key=AAAAAAAAAAAAA
You can then create files within that folder. Caveat: some functionality may not be available. e.g: sync.
Sorry, something went wrong.
No branches or pull requests
Question:
is it possible to use login tokens that limit full access to a specific folder ?
Usage scenario:
The text was updated successfully, but these errors were encountered: