Google app engine receiving audio binary stream

前端 未结 1 1653
日久生厌
日久生厌 2021-01-22 02:56

UPDATE AFTER ANSWER: the code is now fixed and works look below for correct code

Im trying to post from a perl script (on my server) to my google app engine, and im not

相关标签:
1条回答
  • 2021-01-22 03:44

    Since you're sending the audio file as the body of the request, not as part of a form, you can access it with self.request.body.

    I'm a little confused as to why you're sending an audio file to App Engine just so it can send it to another service, though.

    0 讨论(0)
提交回复
热议问题