1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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.
beantwortet vor 2 Jahren
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 9 Monaten