How to get additional files information like Keywords and Description in Files API response.

Hi There,

I am using an Files API to import files from a HubSpot account using a Private App. Is it possible to retrieve additional file information, such as keywords and descriptions, in the API response?

Hey, @YogeshBarchha :waving_hand: You are not missing an option. While the Files API has a “properties” param, it is limited to the properties that are included in the initial upload response. For example, if you are uploading images, and you want to make GET requests against your uploads, you could include the properties param to only return — name, width, and id. But there isn’t a way to extract additional metadata, unfortunately.

I hope this helps! — Jaycee

@Jaycee_Lewis Thanks