As a Roblox developer, it is currently too hard to check if a user can manage an asset due to the lack of endpoints to do so.
When developing applications that allow users to work with assets it’s extremely useful being able to check whether they can edit/manage the asset. For example in my case I want to show users a list of assets they can link to their profile, but only those they can edit/manage.
This would be a great addition to the asset:read
scope.
Having two endpoints, one for getting a list of assets the user can edit/manage and one for checking the user’s permissions on an asset would be extremely useful.
If Roblox is able to address this issue, it would improve my development experience because I would be able to confidently show a label on my application’s UI saying the user contributed to the asset.