Legacy Runtime Deprecation

Hello, I’m trying to figure out how to enable Legacy Bundled Services even after the End of Support date or “Runtime Deprecation Date.” I must also know how to enable the necessary permissions to prevent policy settings. My ultimate goal is to continue uploading and running Java 8 and Java 11 Google App Engine Legacy apps.

You can add a custom policy to your organisation to enable deployments of legacy apps:

https://cloud.google.com/appengine/docs/standard/long-term-support#enabling_deployments_for_legacy_runtimes_reaching_end_of_support

Yes, but the problem is:

You need permissions for this action.

Required permissions:
All of orgpolicy.policy.get, orgpolicy.policies.create, orgpolicy.policies.delete, orgpolicy.policies.update, orgpolicy.constraints.list, and orgpolicy.policies.list

Although my account is the owner of this project.