Troubleshooting of Airtable API: Difference between revisions

No edit summary
 
Line 4: Line 4:
Problems: [https://community.airtable.com/t5/development-apis/api-get-call-not-retrieving-updated-table-field-data/td-p/69002 API GET call not retrieving updated table field da... - Airtable Community]
Problems: [https://community.airtable.com/t5/development-apis/api-get-call-not-retrieving-updated-table-field-data/td-p/69002 API GET call not retrieving updated table field da... - Airtable Community]


Solution: Example PHP code
Solution: Example PHP code<ref>[https://stackoverflow.com/questions/15493769/is-there-a-way-to-tell-curl-to-not-use-cache php - Is there a way to tell curl to not use cache - Stack Overflow]</ref>
<pre>
<pre>
$ch = curl_init();
$ch = curl_init();
Line 26: Line 26:
echo $response;
echo $response;
</pre>
</pre>


== How to fix INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND ==
== How to fix INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND ==