Help

Ever since personal token system came in Airtable, my data is not showing in Kodular.

201 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Soyfa95
4 - Data Explorer
4 - Data Explorer

Ever since personal token system came in Airtable, my data is not showing in Kodular. I have tried everything, tried putting personal token instead of api key but got no result, can't understand where is the problem. 

2 Replies 2
Nelson7896mari
4 - Data Explorer
4 - Data Explorer

To resolve the issue with Airtable data not showing in Kodular after the introduction of the personal token system, follow these steps: HP Instant Ink

Generate a Personal Access Token in Airtable:

  • Go to your Airtable account settings.
    Create a new personal access token with the necessary scopes/permissions for reading data.


Update Kodular with the Personal Token:

  • Replace the old API key with the newly generated personal access token in your Kodular app.
    Ensure the token has the correct permissions for the base and table you are trying to access.


Check API Endpoint and Headers:

  • Verify that you are using the correct API endpoint in your Kodular blocks.Ensure the headers in your API request include the token correctly, e.g., Authorization: Bearer YOUR_PERSONAL_TOKEN.


Test the Token:

 

  • Use a tool like Postman to test your Airtable API requests with the new token to ensure it returns the expected data.
  • If the above steps don't resolve the issue, double-check your Kodular blocks for any misconfigurations and review the Airtable API documentation for any changes.

 

robinhood555
4 - Data Explorer
4 - Data Explorer

The issue you are experiencing with Airtable data not showing in Kodular could be due to changes in the authentication method. Airtable introduced a personal token system, which requires a different setup compared to the older API keys. hp instant ink guide

Here are the steps to resolve this issue:

  1. Generate a Personal Access Token in Airtable:

    • Log in to your Airtable account.
    • Navigate to the "Account" page by clicking on your profile picture or initials in the top right corner.
    • Under the "API" section, find the option to create a new personal access token.
    • Generate a new token and make sure to give it the necessary permissions to access your bases and data.
  2. Update Your Kodular Project with the New Token:

    • Open your Kodular project where you are integrating Airtable.
    • Locate the component or block where you are currently using the Airtable API key.
    • Replace the old API key with the new personal access token you generated from Airtable.
  3. Ensure Correct Base and Table IDs:

    • Verify that the Base ID and Table ID in your Kodular project are correct.
    • You can find the Base ID in the Airtable API documentation for your base.
    • The Table ID is usually the name of the table but make sure it matches exactly as it is in Airtable.
  4. Check for Proper Configuration:

    • Ensure that the URL endpoints and headers in your API requests are configured correctly according to Airtable’s API documentation.
    • The token should be used in the authorization header like so: Authorization: Bearer YOUR_PERSONAL_ACCESS_TOKEN.

By following these steps, you should be able to resolve the issue of your data not showing in Kodular due to the transition to the personal token system in Airtable. If you still encounter issues, ensure that your token has the correct permissions and that there are no typos or misconfigurations in your Kodular project.