Flask send_file() gives werkzeug error 'int' object has no attribute 'read'

后端 未结 0 1100
醉酒成梦
醉酒成梦 2020-12-06 09:29

I am using Flask to return a file like so:

@app.route(\'/api/v1/videos\', methods=[\'GET\'])
def api_id():
    if \'link\' in request.args:
        link = req         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题