I would like to get data with GAE (free app) and then store it. I don't need to use this data within GAE - once collected, there should be exported and used locally (with 3rd party software). Is there any alternatives to what Google suggests? Currently I am over GAE quota (write database ops).
Probably, I could write the data directly to some txt/csv file and then download it? Or, write it to Google Docs spreadsheet?
Upd. Each day I will need to add new records at the end of txt/csv file. So, it will not be one time file upload.