Descriptor path resolution to TK config folder

Hello Hivemind,

I’m wondering if anyone has successfully resolved a Descriptor to the TK config folder (local or bundle cache)? The docs talk about using the {CONFIG_FOLDER} token to resolve the path but I’m unable to get it to work. Thoughts?

https://developer.shotgridsoftware.com/tk-core/descriptor.html#pointing-to-a-path-on-disk

Example:
path_descriptor = {
‘type’: ‘path’,
‘path’: ‘{CONFIG_FOLDER}’
}

create the descriptor object

descriptor = sgtk.descriptor.create_descriptor(
sg,
sgtk.descriptor.Descriptor.APP,
path_descriptor,
resolve_latest=True
)
descriptor.get_path()