I used the JSSDK of qiniu to change the domain in uploader to the domain name I created, and the prompt is displayed: the specified space does not exist. (631: nosuchbucket) Why? I use phpSDK in the background. $ bucket & #039; phpsdk & #039; in the script that generates tokens in the background, this way... I used the js sdk of qiniu to change the domain in uploader to the space domain name I created myself, and then prompted: the specified space does not exist. (631: no such bucket) Why? I use the php SDK in the background. In the script that generates tokens in the background, $ bucket = 'phpsdk 'should be correct?
Reply content:
I used the js sdk of qiniu to change the domain in uploader to the space domain name I created myself, and then prompted: the specified space does not exist. (631: no such bucket) Why? I use the php SDK in the background. In the script that generates tokens in the background, $ bucket = 'phpsdk 'should be correct?
Phpsdk does not belong to your account. You cannot use your key group to upload and manage resources.
It is reflected in the error message, that is, no such bucket
Update
Http://developer.qiniu.com/docs/v6/api/overview/concepts.html
We suggest you at least look at our document center to learn about some core concepts and basic upload process models.