Hello,
>From the information you have given me, I don’t know what language you are using or if you are using app engine standard or flex. This Stack overflow <https://stackoverflow.com/questions/39524581/write-a-csv-to-store-in-google-cloud-storage> link may be helpful at the moment of troubleshooting this issue you are having with not seeing the exported csv. However depending on the language you are using, you may need to adapt the information. Also, as a general information, here is our documentation on how to read/write to Google Cloud Storage <https://cloud.google.com/appengine/docs/standard/python/googlecloudstorageclient/read-write-to-cloud-storage> [3]. Now, when exporting to Google Drive, you need to use the Google Drive Api and you can see guides about how to do this in python <https://developers.google.com/drive/api/v3/quickstart/python> and java <https://developers.google.com/drive/api/v3/quickstart/java>. I would recommend you to make sure you are being properly authenticated <https://stackoverflow.com/questions/49175110/cannot-authorize-app-engine-with-drive-api> which can be a common issue. If you require additional help with troubleshooting the exporting of your csv file from your App Engine Application to Cloud Storage or Google Drive, please go to Stack overflow <https://stackoverflow.com/> as Google Groups is meant for conceptual questions and discussions. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/8ec1c6aa-bf7b-4d4a-9455-ab972c53d85b%40googlegroups.com.
