Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine-java8/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ detailed instructions.

Using the [Google Cloud SDK](https://cloud.google.com/sdk/) create a bucket

$ gsutil mb YOUR-PROJECT-ID.appspot.com
$ gcloud storage buckets create YOUR-PROJECT-ID.appspot.com
Comment thread
gurusai-voleti marked this conversation as resolved.
Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried with both gsutil and gcloud storage commands (both with the gs:// prefix) and both are failing with the same error (a domain verification error related with the gemini-code-assist comment).

Should this step be done automatically by AppEngine? Could the documentation be outdated?

Copy link
Copy Markdown
Contributor Author

@gurusai-voleti gurusai-voleti Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes if it's mandatory to create it should be created through app engine otherwise don't use .com in bucket names


* Edit `src/main/java/com/example/appengine/images/ImageServlet.java` and set your `bucket` name.

Expand Down