Home  >  Article  >  Backend Development  >  如何获取私有视频文件的元信息

如何获取私有视频文件的元信息

WBOY
WBOYOriginal
2016-06-06 20:27:001112browse

私有文件好像要生成token,但直接用上传的token好像不行,想请教一下,哪里有教程

回复内容:

私有文件好像要生成token,但直接用上传的token好像不行,想请教一下,哪里有教程

最好用SDK生成。

先拼接基本的url

http://domain/key?avinfo

然后调用SDK生成带下载凭证的url,一般是这样的

http://domain/key?avinfo&e=xxx&token=xxxxx

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn