OrionOriginal post
Web Developer
... but that scope doesn't exist.
I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got:
Bash
(role: applications) missing scopes (["documents.write"])The thing is, that API key scope "documents" does not exist. Look at the web admin page for it (see attachment). I am assuming "applications" is the role for API stuff via functions.
What the heck is going on here?
Summary
Error message: "(role: applications) missing scopes (["documents.write"])"
Solution: Update the API being used by switching from Documents to Rows and utilize row.read and write for the required functions.