Skip to content

Commit 2ab5ea7

Browse files
google-genai-botcopybara-github
authored andcommitted
chore: migrate to gcloud storage
PiperOrigin-RevId: 871866681
1 parent e55004c commit 2ab5ea7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,8 @@ Files are only supported in Gemini Developer API. See the 'Create a client'
14291429
section above to initialize a client.
14301430

14311431
```sh
1432-
!gsutil cp gs://cloud-samples-data/generative-ai/pdf/2312.11805v3.pdf .
1433-
!gsutil cp gs://cloud-samples-data/generative-ai/pdf/2403.05530.pdf .
1432+
!gcloud storage cp gs://cloud-samples-data/generative-ai/pdf/2312.11805v3.pdf .
1433+
!gcloud storage cp gs://cloud-samples-data/generative-ai/pdf/2403.05530.pdf .
14341434
```
14351435

14361436
### Upload

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,8 +1589,8 @@ <h2>Send Message (Asynchronous Streaming)<a class="headerlink" href="#send-messa
15891589
<h1>Files<a class="headerlink" href="#files" title="Link to this heading">¶</a></h1>
15901590
<p>Files are only supported in Gemini Developer API. See the ‘Create a client’
15911591
section above to initialize a client.</p>
1592-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">gsutil cp gs://cloud-samples-data/generative-ai/pdf/2312.11805v3.pdf .</span>
1593-
<span class="go">gsutil cp gs://cloud-samples-data/generative-ai/pdf/2403.05530.pdf .</span>
1592+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">gcloud storage cp gs://cloud-samples-data/generative-ai/pdf/2312.11805v3.pdf .</span>
1593+
<span class="go">gcloud storage cp gs://cloud-samples-data/generative-ai/pdf/2403.05530.pdf .</span>
15941594
</pre></div>
15951595
</div>
15961596
<section id="upload">

0 commit comments

Comments
 (0)