This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
3
What OAuth scope is needed to create Mod Notes?
Post Flair (click to view more posts with a particular flair)
Post Body
I have script running with the following Oauth scopes:
identity,read,modlog,modflair,wikiedit,wikiread,history,flair,report,modtraffic,modcontributors
When trying to use PRAW to create a mod note:
reddit.notes.create(subreddit=sub, label="BOT_BAN", note=notes, redditor=user)
OR
reddit.subreddit(sub).mod.notes.create(label="BOT_BAN", note=notes, redditor=user)
I am getting an InsufficientScope error from PRAWCore.
prawcore.exceptions.InsufficientScope: received 403 HTTP response
What scope is required more than the ones I already have for a moderator to create ModNote via the API?
Author
Account Strength
100%
Account Age
9 years
Verified Email
Yes
Verified Flair
No
Total Karma
46,984
Link Karma
4,392
Comment Karma
34,879
Profile updated: 6 days ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/redditdev/c...