Hi I am working on a project where I need to read and load a pickle dump file from google cloud storage in Python in the app engine flexible environment. According to this link <https://stackoverflow.com/questions/37778621/pickling-python-objects-to-google-cloud-storage>, I can read the data using cloudstorage (the GoogleAppEngineCloudStorage dependency). I have tested this on the standard environment and it works, however I cannot read the pickle file in flexible environment and I get the the error
from google.appengine.api import app_identity ImportError: No module named appengine.api on the line I am importing cloudstorage. Has anyone encountered this before? Is it possible to have a code snippet that shows how I can load the pickle file from cloud storage on flexible environment. Thank you in advance -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/c4ff9155-7c76-4426-9420-a81aa4577eb2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
