Jacob Severson
Results
1
issues of
Jacob Severson
Python version: 3.9.7 Library version: 2.1.3 Using the `JWPlatformClient` produces 401s when trying to list media. Example: ```python jwplatform_client = JWPlatformClient(MY_API_SECRET) response = jwplatform_client.Media.list(site_id=MY_SITE_ID) ``` Whenever I execute the above...