Hi,Since today, we are no more able to do DELETE/PUT request on the Apple Music API.So, we can't update a playlist details, delete a playlist, delete tracks in playlist, delete tracks in library...Old methods allowed are now returning only an HTTP Code 403.Why this change in the Apple Music API ? We can hope that will be back soon ?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi!
While using the MusicKit JS with this conf:
MusicKit.configure({
developerToken: at,
affiliateToken: 'XXXXX',
campaignToken: 'musickitjs',
app: {
name: 'ZZZZ'
}
});
The affiliate token is not used then when the user is not having an Apple Music subscription and "try it".
While the "subscribeURL" in the MusicKit object is:
https://finance-app.itunes.apple.com/deeplink?at=XXXXX&ct=musickitjs&p=subscribe&app=music
During the user flow, the final URL sent to upgrade to a paid subscription is:
https://finance-app.itunes.apple.com/deeplink?p=subscribe&source=webPlayerUpsell&itscg=50000&itsct=web_player&app=music
As you can see, there's no more the affiliate token and the campaign token. While it should be there...
Hi!
Since a couple of hours or yesterday, there's no more "next" value for the pagination when retrieving playlist tracks. Only a "meta" with a "total" value.
Could you please look at this ASAP?
Thank you.
Hi!
We are sometimes logging this error when requesting an Apple Music API endpoint with a good access token:
"{"errors":[{"id":"XXXXX","title":"Insufficient Privileges","detail":"User does not have access to privilege: CloudLibrary","status":"400","code":"40015"}]}"
Any idea why this error is returned for a user?
Hi!
While exporting a playlist as M3U or M3U8 there's an issue with the format of the #EXTINF line.
According to M3U format (https://en.wikipedia.org/wiki/M3U), the artist name should be first and then the song name.
Currently iTunes, while doing an export, is setting the title of the song and then the artist name.
This should be fixed.
Hi!
For a couple of days and only for some users, we are getting this error message on this endpoint: https://api.music.apple.com/v1/me/library/playlists?limit=100
{"id":"6NT5LBXIZW65K2G3L6QY3WWYAA","title":"Upstream Service Error","detail":"Error fetching library content","status":"500","code":"50001"}
Any idea?