Skip to content

cannot connect to airtable #36

@dcts

Description

@dcts

I try to acces all records of my airtable. The following returns an empty array, although i checked API key and appId and table name multiple times. What else could be the issue?

@client = Airtable::Client.new(ENV['AIRTABLE_API_KEY'])
@table = @client.table("app....", "My Table Name")
@records = @table.records

I read that this repo is not maintained, is that maybe the reason why it doesnt work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions