You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project, that hosted on GCP Compute Instance VM. But when upload and save any file into the File Field, it's saving that file in google cloud storage successfully. And it's showing
"The table was added successfully. " But if I open any saved data again, the file picker field showing the save option as blank and there is no saved file. I am accessing this table using rest API, and this file picker field coming as null.
@Iamsdt my guess is your file is actually uploading and saved in the database fine. The issue is actually on retrieval when you try to generate a signed url.
#941
This issue is written specific to Cloud Run, but I think problem is easy to run into with the wrong permissions.
I am working on a project, that hosted on GCP Compute Instance VM. But when upload and save any file into the File Field, it's saving that file in google cloud storage successfully. And it's showing
"The table was added successfully. " But if I open any saved data again, the file picker field showing the save option as blank and there is no saved file. I am accessing this table using rest API, and this file picker field coming as null.
Here is my code -
setting.py
here is the model code
Screenshot During data save
When I open any saved object, it looks like this way
Libraries and Versions
The text was updated successfully, but these errors were encountered: