I am new to development and GAE. I have hosted a small app on GAE made using Python Flask. I want to integrate an ML model into it, which will take some CSV files as an input for its computations. I want to know where should I save those file so that I can access them while deploying the code.
Should I save them in the same folder of the code and take as an input directly or Should I go for Cloud storage <https://cloud.google.com/appengine/docs/flexible/python/using-cloud-storage> ? I want to know the perfect choice for my use case. Files are not big. Any help would be great for me! -- 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/5a34f7c5-481c-468b-a27f-e2c7fe51249a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
