dcc.Upload get path of file

I am using dcc.Upload | Dash for Python Documentation | Plotly, dcc.Upload to upload an encrypted file. This file can only be opened/extracted with licensed tool. I need only path of file and file name, in my application.

But, I cannot get path of file from dcc.Upload component, as its document states that" filename (string | list of strings; optional): The name of the file(s) that was(were) uploaded. Note that this does not include the path of the file (for security reasons)".

Any way, I can get path of file?

@MnvS, have you been able to find a way?

Based on the following topic:

Get file path from upload component

I don’t believe there is a way to do so…

i am not able to upload file on firebase because dcc.upload didn’t return file path.
Is their any way to upload file in firebase.