Hi Snahasish, It's definitely possible to do what you're thinking of. You can use Cloud Storage <https://cloud.google.com/storage/> or Blobstore <https://cloud.google.com/appengine/docs/python/blobstore/> to upload and read files to/from your App Engine instances, and you can use the Mail API <https://cloud.google.com/appengine/docs/python/mail/> or Sendgrid <https://sendgrid.com/> to send the mail. You should use Sendgrid if you intend to use more than the quota allowed for the Mail API.
I hope you are able to find what you need by reading in the docs related to those services. Sincerely, Nick On Saturday, September 12, 2015 at 7:12:02 AM UTC-4, snahasis ghosh wrote: > > > > <http://stackoverflow.com/questions/32538058/file-upload-in-google-stroage-and-send-mail-using-app-enngine#> > > > Hi, > > I am new in Google app engine. > > I need some help and suggestion from you. > > > I have an project in Google app engine, > > for example http://devSend.appspot.com/ > > > <http://devSend.appspot.com/> > > I have another application written in GWT 2.7.0 and SmartGWT5.1 and > deployed in Tomcat 7 java 1.8 (64 bit). > > From this application I want to upload a file(.np3) > https://devSend.appspot.com/devstore/indfs01 location. > > Also I want to send mail using Google app engine from http://devSend > <https://devSend.appspot.com/devstore/indfs01>send.appspot.com/dev > <https://devSend.appspot.com/devstore/indfs01>send. > > > All the path are configured. > > > Is it possible to achieve this ? > > > From where I have to start ? > > > Please help me. > > > Regards > > > Snahasish > > > > -- 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 http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9a0ee09a-6259-4c1b-96f3-219517ed8904%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
