Get exif data from image and watermark exif data

I had a quick look, seems like you can upload the image to Cloudinary and get the info you want.

So the steps in an automation service like Integromat would be:

  • Add a webhook as an initiator node.
  • Copy that webhook URL to a webhook action inside Glide. Let’s name that “image URL”.
  • Initiate a webhook post request from Glide using the action above, in Integromat, click “re-determine data structure” to catch the webhook and construct the data structure.
  • Add a second node in Integromat, using Cloudinary to upload the URL you have retrieved through the webhook.
  • Add a third note in Integromat, this time using a Google Sheets search row node, search for the row that contains the original image URL you passed through the webhook.
  • Add a final node in Integromat, update the row found with the date & time EXIF from Cloudinary.