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.