Our app previously requested read-only permissions, and we changed it to read and write permissions. It is our understanding that the permission change should be seamless, and all of our previous auth tokens should still work for calls that only require read permissions. However, we are seeing them error with {“errors”:[{“message”:“Could not authenticate you”,“code”:32}]}
It appears we would need to immediately force all users to re-auth under the new permissions, which is not desirable behavior for us. Currently we have reverted the permissions back to read-only to stop the errors.
Is this a bug or intended behavior? In either case, we are looking for a workaround so we don’t need to force every user to re-auth until they actually need to do something that requires write permissions.