File path from shared assets

Hi,
I have been trying to integrate the Google Identity Platform SDK in my bubble project by creating a plugin for it. I generated an API key as a json file from google cloud console and uploaded it to shared assets in my plugin editor. However when I try to pass the file the I get the error that there is no such file or directory . How can I use the path of a file in my code that I uploaded in shared assets in the bubble plugin editor?
image

shared assets are available to fetch over https.
they are not in a filesystem.

1 Like