Closed cfjedimaster closed 4 years ago
It looks like you need to add the scope, mysubreddits.
https://www.reddit.com/dev/api/#GET_subreddits_mine_{where}
Currently the app only asks for account, history, identity, read
@cfjedimaster would you mind re-authorizing Reddit and trying again? In the auth
section of the code step, unlink your account, connect account again, choose New and go through the OAuth authorization process again.
You'll still have an old connected account under https://pipedream.com/apps tied to your old Reddit auth (sans mysubreddits
). You can keep that or delete it and link other Reddit code steps with the new auth provision, so you only have a single one.
Confirmed. Just curious - was I right?
Yep! Thanks for confirming.
Describe the bug I've been using the Reddit actions in another workflow and then tried it again in a new one. This time I wanted to get my subscribed subreddits so I added the action: "Get subreddits/mine/where". For where I used the value "subscriber". When I execute it, I get a 403 unauthorized exception. I've confirmed in the auth section it has my account connected.
To Reproduce Steps to reproduce the behavior:
Expected behavior My subscribed subreddits.
Screenshots