Hi, I used “GoogleAIFileManager” from “@google/generative-ai/server” Node package to upload some media files. I was successfully able to get the URIs for it, but I am unable to open these files directly on browser, it says
{
"error": {
"code": 403,
"message": "Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.",
"status": "PERMISSION_DENIED"
}
}
Which makes sense, since it was uploaded via using my secret key. But is there any UI dashboard where I can quickly look up all the uploaded files ?