I am trying to store files from on Google Storage. However, I do not want my primary GAE to spend time behind it. Hence I am pushing this task onto Google PubSub which further pushes it to another GAE. I know that its possible to send encoded string via Google PubSub. Is it possible to achieve the same for text files ?
