Reputation: 124
I need to programmatically retrieve the current user's "Your Files" folder address or resource id in Palantir Foundry. Is it feasible?
Any help would be appreciated. Thanks!
Upvotes: 0
Views: 382
Reputation: 1399
You could use Service APIs in Slate, as stated in the docs, as they might give you some flexibility, but this won't be available out of the box.
Upvotes: 0
Reputation: 1
the rid of any resource can be seen in the url itself. If you navigate to your home folders the URL looks like this:
https://< domain >/workspace/compass/view/< rid >
Upvotes: -1