Skip to content
Open
Changes from all commits
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
23 changes: 23 additions & 0 deletions Probing-Local-Emulated-GCS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Probing Local Emulated Google Cloud Storage (GCS)

When working on Oppia features that interact with Google Cloud Storage (GCS),
it is often useful to inspect files stored in the local emulated GCS
environment during development.

This guide explains how to explore and modify files in the local GCS emulator.

---

## Prerequisites

- Oppia development environment set up
- Local dev server running

---

## Steps to Access Local Emulated GCS

### 1. Start the local development server

```bash
make run