Not loading usd file using url

I am using omniverse code to develop an extension. My idea is to import a usd file using an URL link path. I tried with the following functions but I am still getting an error.
def load_picar_model(self):
print(“Loading model …”)
self._usd_context.open_stage(“https://drive.google.com/uc?export=download&id=1qyW_VXqFyL6hqCSpTkY1vNyWvr_9ZKSh”)
That URL is the direct link to download the model. It should be working well. Does anyone know how to fix that problem?
The errors I am getting are: 2024-06-28 15:47:15 [Error] [omni.usd] Unsupported file: https://drive.google.com/uc?export=download&id=1qyW_VXqFyL6hqCSpTkY1vNyWvr_9ZKSh
2024-06-28 15:47:15 [Error] [omni.usd] Open USD error: Failed to open:https://drive.google.com/uc?export=download&id=1qyW_VXqFyL6hqCSpTkY1vNyWvr_9ZKSh