Skip to main content

Hello!

I am trying to upload images through the Airtable API.

I store the images on a server, so that i can provide the link that the attatchement object requires.

But for some reason, airtable rotates my images when displayed.

I rotate them programatically through the PIL package - and when i visit the photo link in the browser (hosted on my server), the photos are correctly displayed - but in airtable they are not.

When i use the uploader dialogue on airtable, they are displayed correctly (when i give the SAME link).

Anybody else experienced this problem?

IN AIRTABLE:

IN BROWSER:

It worked when i did it on another base - thanks to the will of Allah!