Hello!I am trying to open an airtable attachment (m4a file) in Python but the attachment url does not have a filename. Thus, I am unable to open it. import requests
base_id = base_id
table_name = table_name
url = "https://api.airtable.com/v0/" + bas...