Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It skips encoding suffix to avoid incorrect record url #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pandamako
Copy link
Contributor

I deleted one record and received the error "INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND". Upon checking the logs, I noticed an incorrect URL: https://api.airtable.com/v0/appZkO0RzqhvyjaST/tblcTyI01gezyy3vp%2FrecVyXBs5F9m4vAGV. There is a %2F between the table name and the record ID, which is an encoded /. This is fetched from the parameter url_suffix. Since it's a library-managed option, it can be used raw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant