You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, be aware that any direct link to a file in MEGA will require a MEGA client in order to decrypt the downloaded/streamed file. For instance, a file link like https://mega.nz/<public_handle># provides access to the file, but it still needs decryption.
Note that our website allows to do so by modifying the link (note the embed/) : https://mega.nz/embed/<public_handle># will make it possible.
That said, my suggestion is that first you import/upload the file to your cloud and later on you can create a link by calling the function exportNode(). It should provide you the link.
If you are running our command-line example through Python as explained here, you can:
login
put <local_file>
export <uploaded_file>
sergiohs84
added
the
question
Questions about usage, configurations, or issues that don’t clearly classify as bugs
label
Nov 7, 2024
can you please guide me to documentation for python integration to upload video/image and get direct link to play/display video/image?
I could found simple import example, but how to use it is missing.
The text was updated successfully, but these errors were encountered: