How to read content uri and convert to file uri

As of Android 10 java returns file uri when is document picked from file picker using cordova-file-picker plugin. Introduction to scoped storage will provide only contenturi which is not readable by file plugin. Unable to get document details like size, timestamp, base64 etc

How to read document using content uri ??