Vincent Tep
Vincent Tep

Reputation: 124

Programmatically get the user's 'Your Files' folder in Palantir Foundry

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

Answers (2)

ZettaP
ZettaP

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

Pieris Christofi
Pieris Christofi

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

Related Questions