Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9098861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T00:28:02+00:00 2026-06-17T00:28:02+00:00

The Google App Engine website ( https://developers.google.com/appengine/docs/python/googlestorage/functions#seek ) hints at being able to seek

  • 0

The Google App Engine website (https://developers.google.com/appengine/docs/python/googlestorage/functions#seek) hints at being able to seek within files on Google Cloud Storage. However, on the Google Cloud Storage API pages there is no sign of being able to seek.

I wondered if it is possible to seek within files stored on Google Cloud Storage using the API, from non Google App Engine servers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T00:28:03+00:00Added an answer on June 17, 2026 at 12:28 am

    Use the Range header to do this.

    The following will get six bytes 10, 11, 12, 13, 14 and 15.

    curl -v -H "Range: bytes=10-15" http://storage.googleapis.com/pub/gsutil.tar.gz
    
    > GET /pub/gsutil.tar.gz HTTP/1.1
    > Host: storage.googleapis.com
    > Accept: */*
    > Range: bytes=10-15
    >
    HTTP/1.1 206 Partial Content
    < Content-Range: bytes 10-15/1092318
    < Content-Length: 6
    { [data not shown]
    

    Bytes start at 0 to (length – 1). So a 5 byte file contains bytes 0, 1, 2, 3 and 4.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing a website with python and jinja2 in google app engine. My
I am currently learning how to make website at Google App Engine with Python
I am learning to create a website using google app engine with python and
I am developing a website using Google App Engine and Django 1.0 (app-engine-patch) A
On Google App Engine to query the data store with Python, one can use
In google app engine can I have www.domain.com point to version X of my
I am trying to login to a website using java.net in Google App Engine
I'm using Google App Engine to build a website and I'm having problems with
My google app engine website is getting errors on the main url for HEAD
I created a Hello World website in Google App Engine. It is using Django

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.