Can Developers Obtain the Access Token for Communicating with Services to Support a File Picker Utility?

This topic was automatically generated from Slack. You can find the original thread here.

Is there any way for the developers to get the access token used for communicating with services, not the pipedream one? We want to support a file picker utility but it requires us to pass in the user access token

As in, after a user signs in via pipedream connect

For the relevant API you mean? Like Google Drive, Notion, etc?

Yeah

If you’re using your own OAuth client, yes: OAuth Clients — Pipedream

If you’re using Pipedream’s OAuth, then we handle the actual tool calling / request execution for you, which is by design.

Perfect, thanks!