Hi everyone, I'm trying to download a file from an URL and upload it to Google drive using GO and Appengine Here is the code I'm using https://gist.github.com/patrick91/49bd59cc69b43c06e556ad472242e63d
Unfortunately I'm getting an OutOfMemory error on appengine, is there anything I can do? I know that you can't store a file on Appengine, so I was thinking if is there a way to do it in memory or shall I use Google Cloud Storage? Patrick -- 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/7bb9fb9a-ceea-4932-8a4e-00873e8878b6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
