NotionX / react-notion-x

Fast and accurate React renderer for Notion. TS batteries included. ⚡️
https://react-notion-x-demo.transitivebullsh.it
MIT License
4.77k stars 554 forks source link

Notion-client help: How do I get the full image url of the image from the Files & Media property? #414

Open adnanlah opened 1 year ago

adnanlah commented 1 year ago

Description

I am frustrated that I only get the file name of the file from the properties of type File & Media in the post object.

When I set a new property called thumbnail of type Files & Media and I upload a new image file to that property, I would like to get the image url of the image file in my posts object in getAllPosts.

image