Error 405: Unable to Upload a Custom Playlist Cover Image
问题 I want to upload a playlist image from my iOS application to the Spotify Web API. I followed the instructions on the docs page: I requested the ugc-image-upload , playlist-modify-public and playlist-modify-private scopes, added the content type header and made a jpeg Base64 String. But I keep getting back a 405 Method Not Allowed error. I am able to create a image with the same URL and Authorization Token on android. I already tried to add the android generated Base64 String to my swift