1 回答
- 最新
- 投票最多
- 评论最多
0
The URL that you have presented seems correct. I suspect that you might not be escaping the token. Usually the token contains slashes (/) that need to be escaped.
If you are using Javascript you can use encodeURIComponent function to encode the token.
Without more information, is hard to know what the actual issue is. Hope this helps.
已回答 2 年前
相关内容
- AWS 官方已更新 9 个月前
- AWS 官方已更新 2 年前