How to get EXIF or META data of uploaded images

Hi,
I would like to get the metadata of the photos uploaded to Bubble’s database. ( e.g. date the photo was taken, etc.).

Uploaded images are stored in the form of the following URL.

//bubble-application-id.cdn.bubble.io/BUBBLE-USER-ID/example.jpeg

I am working on creating a Python script to download the file from this URL to get the metadata, but when I download from the URL the metadata is removed.

I believe this is a factor in downloading via CDN.

The solution could be to download the image with metadata from the URL, or to retrieve it in Workflow when the image is uploaded.

If you know of a solution to retrieve the metadata, please let me know.

You can use Meta Extract which is on the plugin marketplace. There are API’s that can do it for you as well.

@GH5T
Thanks for the reply.
Can you provide the URL for the Plugin?
I couldn’t find it in my search.

@GH5T
Thank you !
I will try it.

@GH5T

I tried this API.
However, sometimes I can get meta data and sometimes I can’t.
The behavior is different even for the same image and the same URL.
I think it’s probably a CDN issue.
Does anyone know a solution?

I fixed it.

1 Like

I’m sorry I didn’t see you responded to this!! :frowning:

Glad you got it working.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.