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
We will need a way to upload and view attachments.
An attachment is represented by just a URL string that goes to a URL that is local to our server.
The API POST method will store the attachment in GCS using the gcs_helpers module. It will return a URL that can be later submitted as part of a form value.
The serving GET handler will redirect the user to the URL of the attachment in GCS
For local developers, the serving GET handler will return the actual attachment content
The text was updated successfully, but these errors were encountered:
We will need a way to upload and view attachments.
An attachment is represented by just a URL string that goes to a URL that is local to our server.
The text was updated successfully, but these errors were encountered: