Home  >  Article  >  Backend Development  >  Work Order: During the audio transcoding process, body and error token errors occur?

Work Order: During the audio transcoding process, body and error token errors occur?

WBOY
WBOYOriginal
2016-08-04 09:19:261055browse

In the process of using audio transcoding, the uptoken is also obtained, but after calling the encapsulated class putFile, it is printed and displayed

["body"]=>

<code>string(21) "{"error":"bad token"}"
</code>

I don’t know the reason

Reply content:

In the process of using audio transcoding, the uptoken is also obtained, but after calling the encapsulated class putFile, it is printed and displayed

["body"]=>

<code>string(21) "{"error":"bad token"}"
</code>

I don’t know the reason

There is a problem with the token. Check whether your ak, sk, and deadline are correct, and then check whether there is a problem with the parameter settings in the policy. If there are no problems with the above, print the token and copy it to technical support through a work order

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
Previous article:php string matchingNext article:php string matching