I am getting these error when trying to create new blob file. 
def write_blob(self, data, info):
        filename = "/bucket/{}".format(info['name'])
        with gcs.open(filename=filename, content_type=info['type'], 
mode='w') as f:
            f.write(data)
            blobstore_filename = '/gs' + filename
            r = blobstore.create_gs_key(blobstore_filename)
        return r



   1. 2015-08-05 10:21:29.893 suspended generator 
   _make_token_async(rest_api.py:103) raised InternalError()
   2. W2015-08-05 10:21:29.893 suspended generator 
   get_token_async(rest_api.py:214) raised InternalError()
   3. W2015-08-05 10:21:29.894 suspended generator 
   urlfetch_async(rest_api.py:247) raised InternalError()
   4. D2015-08-05 10:21:29.894 Tasklet is <bound method 
   _StorageApi.urlfetch_async of <cloudstorage.storage_api._StorageApi object 
   at 0xfb6a38d0>>
   5. D2015-08-05 10:21:29.894 Got exception "InternalError('',)" from 
   tasklet.
   6. D2015-08-05 10:21:29.894 Retry in 0.1 seconds.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d70bee79-ad1e-43b2-b291-589ce8f848c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to