Java in Google App Engine: alternative for fileoutputstream -


so have java project gets content through api request. then, saves content in file, uploads using api. want use google app engine, doesn't support fileoutputstream. know can use datastore, can't save file.

is there alternative problem?


Comments