You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on version 0.0.9. I am finding that I can access the table data via the all and records methods, however, when I try create or update the methods just return false. It's not out of the realms of possibility that I'm doing something wrong but the response is very opaque so it's hard to find out. It's not obvious from the code what could cause this failure mode, but I only see version 0.0.8 in this repo... Any clues on what could be going wrong, or how to debug further?
Regards,
Imran
The text was updated successfully, but these errors were encountered:
@ishakir so I forked a version of the repo and after doing some debugging realized that airtable will reject an update if you pass it a created_at field. After removing that field, the updates worked for me.
Just FYI in case you're still struggling with this and you have a created_at field in one of your tables.
On Tue, Jul 4, 2017 at 9:14 AM Imran Shakir ***@***.***> wrote:
Hi,
I'm on version 0.0.9. I am finding that I can access the table data via
the all and records methods, however, when I try create or update the
methods just return false. It's not out of the realms of possibility that
I'm doing something wrong but the response is very opaque so it's hard to
find out. It's not obvious from the code what could cause this failure
mode, but I only see version 0.0.8 in this repo... Any clues on what could
be going wrong, or how to debug further?
Regards,
Imran
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQEoI0aGqehp4WYOBPgiXFoMhkhEK81ks5sKmTZgaJpZM4ONh2i>
.
Hi,
I'm on version 0.0.9. I am finding that I can access the table data via the
all
andrecords
methods, however, when I trycreate
orupdate
the methods just return false. It's not out of the realms of possibility that I'm doing something wrong but the response is very opaque so it's hard to find out. It's not obvious from the code what could cause this failure mode, but I only see version 0.0.8 in this repo... Any clues on what could be going wrong, or how to debug further?Regards,
Imran
The text was updated successfully, but these errors were encountered: