I’m trying to access the metadata but I keep getting a 404 error.
I have a feeling that the problem is with the headers.
headers = {
"Authorization":"Bearer My_User_API",
"X-Airtable-Client-Secret": "Meta_Secret_Token"
}
response=requests.get("https...