Moderator note: This is a continuation of this thread:
Yes, this seems so odd that you cannot get folder name, when looking up a folder requires a name. This can be used in many use cases. For my needs, a partner of ours syncs folders with files inside to our gdrive. From that drive we need to be able to forward these incoming files into Salesforce. I can’t use the trigger ‘new folder’ because it doesn’t work with subfolders, so I need to use trigger ‘new file’, and then reference the parent folder’s name because it coincides with the Salesforce record name. So I would find the record in SF, using the Folder Name, and then push the correct files to the salesforce record.