Skip to content
This repository was archived by the owner on Jul 4, 2020. It is now read-only.
This repository was archived by the owner on Jul 4, 2020. It is now read-only.

Some preview urls for tracks that are populated using user authorisation are null when using app authorisation #1578

@PyroPez

Description

@PyroPez

Issue found on May 8th 2020.

Endpoint(s):

  • GET https://api.spotify.com/v1/tracks/
  • GET https://api.spotify.com/v1/playlists/{playlistId}/tracks

Scope(s):

  • App Authentication
  • User Authentication (no additional scopes)

Steps to reproduce:

  1. Get authentication token using user authentication
  2. Send GET to https://api.spotify.com/v1/tracks/68TJaMSstlIuOKpRr1riov?market=GB
    Preview url returns with a value
  3. Get authentication token using app authentication
  4. Send GET to Send GET to https://api.spotify.com/v1/tracks/68TJaMSstlIuOKpRr1riov?market=GB
    Preview url returns as null

Expected behaviour:

Preview url has a value when using both user and app authentication

Actual behaviour:

Preview url is always null for some tracks when using app authentication but not when using user authentication

app-authentication-response.txt
user-authentication-response.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions