This topic was automatically generated from Slack. You can find the original thread here.
hey folks, i’m still unsure what is and what is not allowed when using Pipedream Connect. I’m on the advanced plan. I want to enable my users to connect their Dropbox or whatever application account so that our app can call API operations for them (not using Pipedream workflows). Is this allowed in production?
Seems that the docs say that running workflows for users in production is only for Business tier users, which seems ok for me, but if we handle the logic (no workflow) fine?
Hey Stevie, was just responding to your email, but I’ll respond here — yea if you’re intending to just use the managed auth product (let your users connect their accounts, then retrieve their credentials to make API requests from your application), you can do that on any plan in production. Are you running into an error somewhere?
That’s right. One caveat to be aware of, is that you’ll need to use your own OAuth clients in order to retrieve the credentials for any connected account for OAuth apps.
we’re mostly trying to connect their apps so that we can directly download large files to our servers from their configured and preferred sources, process them (render them technically) and reupload to their preferred destinations
Cool. Have you seen the demo app we have that shows off the components API? It’s basically an example implementation that demonstrates how you can also embed any of our prebuilt triggers or actions directly in your app.