Connect Spotify Data to Claris FileMaker via ESS using an ODBC Driver and the CData SQL Gateway

Dibyendu Datta
Dibyendu Datta
Lead Technology Evangelist
Connect to your Spotify data using the ESS feature of Claris FileMaker with MySQL ODBC driver and CData SQL Gateway.

Claris FileMaker is a low-code platform that enables users to quickly create custom apps to manage and automate data workflows. Using the CData API Driver for ODBC and the CData SQL Gateway, FileMaker connects to Spotify data through its ESS (External SQL Source) feature, allowing you to work with Spotify records as if they were native FileMaker tables.

In this article, we configure and use the CData API Driver for ODBC and the CData SQL Gateway, along with the MySQL ODBC Driver, to connect to Spotify data using the ESS functionality in FileMaker.

Create an ODBC Data Source for Spotify

If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.

Using OAuth Authentication

Spotify uses OAuth 2.0 for authentication. You will need to create an application in the Spotify Developer Dashboard to obtain your client credentials.

Setting Up Your Spotify Application

  1. Visit the Spotify Developer Dashboard.
  2. Log in with your Spotify account and click Create app.
  3. Provide an app name, description, and set a Redirect URI (e.g.,
    http://localhost:33333
    for desktop applications).
  4. Copy your Client ID and Client Secret from the app settings.

Connection Properties

After setting the following connection properties, you are ready to connect:

  • AuthScheme: Set this to OAuth.
  • InitiateOAuth: Set this to GETANDREFRESH. You can use InitiateOAuth to manage the process to obtain the OAuthAccessToken.
  • OAuthClientId: Set this to your Spotify application's Client ID.
  • OAuthClientSecret: Set this to your Spotify application's Client Secret.
  • Scope: Set this to the required OAuth scopes (space-separated). The default includes all read scopes needed for the tables in this profile.
  • CallbackURL: Set this to the Redirect URI configured in your Spotify application (e.g., http://localhost:33333).

Example Connection String

Profile=C:\profiles\Spotify.apip;AuthScheme=OAuth;InitiateOAuth=GETANDREFRESH;OAuthClientId=your_client_id;OAuthClientSecret=your_client_secret;CallbackURL=http://localhost:33333;

Available OAuth Scopes

  • user-read-private: Read access to user's subscription details and explicit content settings.
  • user-read-email: Read access to user's email address.
  • user-library-read: Read access to a user's saved tracks, albums, episodes, shows, and audiobooks.
  • playlist-read-private: Read access to user's private playlists.
  • playlist-read-collaborative: Read access to collaborative playlists the user follows.
  • user-follow-read: Read access to the list of artists the current user follows.
  • user-read-playback-state: Read access to a user's player state (device, current track, progress).
  • user-read-currently-playing: Read access to a user's currently playing content.
  • user-read-playback-history: Read access to a user's recently played tracks.
  • user-top-read: Read access to a user's top artists and tracks.

When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.

Configuring the CData SQL Gateway

The CData SQL Gateway bridges non-SQL data sources (like SaaS applications, APIs, and NoSQL databases) with SQL-based tools (like FileMaker, MySQL clients, and BI tools).

In simple terms, it exposes any CData driver-supported source - for example, Spotify - as a standard MySQL or SQL Server endpoint.

See the SQL Gateway Overview to set up Spotify data connectivity as a virtual MySQL database. Set up a MySQL remoting service that listens for MySQL requests from clients, and configure the service through the SQL Gateway UI (as shown below). Save the user credentials (Username and Password) for future use.

Once you establish the connection, you can use the CData SQL Gateway to access Spotify data through the MySQL protocol.

Installing the MySQL ODBC Driver

Follow the steps below to install and configure the MySQL ODBC Driver:

  1. Download and install the latest 64-bit Windows version of the MySQL ODBC Unicode Driver from this link.
  2. Launch ODBC Data Sources (64-bit) from Windows search. Open the System DSN tab, click Add, select MySQL ODBC Unicode Driver from the Create New Data Source window, and click Finish.
  3. Enter the following connection details in the MySQL Connector/ODBC Data Source Configuration window:
    • Data Source Name: Enter a DSN of your choice
    • TCP/IP Server: localhost
    • Port: Enter the port set in the SQL Gateway (for this procedure, use "3307")
    • User: Enter the username set in the CData SQL Gateway
    • Password: Enter the password set in the CData SQL Gateway
    • Database: CData API Sys
  4. Click Test to verify that the "Connection Successful" dialog box appears. Then click OK to save the configuration details.

You have now successfully configured the MySQL ODBC Driver.

Use FileMaker ESS function to load Spotify data

In this section, we explore how to use the ESS (External SQL Source) feature to retrieve data in the FileMaker application. Follow the given steps to complete the process:

  1. Open FileMaker Pro. Navigate to Create from the left panel and select Blank > Create.
  2. Enter a desired filename and click Save.
  3. In Manage Database, remove the Tables and Fields from the respective tabs. Select the Relationships tab and click Add Table.
  4. In Specify Table, expand the Data Source dropdown menu and select Add ODBC Data Source. Click OK.
  5. In Select ODBC Data Source, select the previously configured MySQL ODBC driver and click Continue.
  6. In the Edit Data Source window, enter the following details:
    • Name: This field will be auto-filled. Enter a new name of choice if necessary.
    • Type: Select "ODBC".
    • Under Authentication, select the Specify username and password radio button and enter the following details:
      • User name: Enter the username set in the CData SQL Gateway.
      • Password: Enter the password set in the CData SQL Gateway.
    • Catalog Name: CData API Sys
  7. Click OK.
  8. View the tables from Spotify populated under the Data Source section. Select the table of your choice and click OK.
  9. The Relationships tab now displays the selected table and its metadata. Click OK.
  10. Select the table from the Layout dropdown. The Spotify table data appears on the screen. (As shown)

Get Started Today

Download a free 30-day trial of CData API Driver for ODBC to integrate Spotify data into Claris FileMaker and use Spotify data in your FileMaker applications.

Contact our Support Team if you have any questions.

Ready to get started?

Connect to live data from Spotify with the API Driver

Connect to Spotify