question

v773353 avatar image
v773353 asked Byrne Reese answered

Is it possible to update permissions on an app which passed graduation requirements?

How does one add new permissions to an already-existing RingCentral App which had been moved to production? We are integrating RingCentral with our CRM system and there is a chance we may want to expand the list of available options in the future.

topic-defaultpermissions
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

benjamin-dean avatar image
benjamin-dean answered Byrne Reese edited

Currently, we frown upon this practice, unless it is an issue which we have introduced and needs to be resolved.

Our best practice recommendation for modifying applications which have already been approved for production access is:

  1. Create a new application in the RingCentral Developer Portal. We recommend keeping the same name, but adding some version to it (for your own tracking).
    • Example: myApp_v1.0.1 (if you are making a patch change which is non-breaking)
    • Example: myApp_v1.1.0 (if you are making a minor change which is non-breaking)
    • Example: myApp_v2.0.0 (if you are making a major breaking change to your app)
  2. Update this application with the same information as your original application, but include the changes you need for the application code modifications you are introducing.
  3. Develop the application code to suit the new changes and use-cases you are addressing.
  4. Test your application and simulate production-level API requests to satisfy the graduation requirements listed on the "Status & Review" page for your app in the Developer Portal.
  5. Once the "Apply for Production" button is enabled, apply for production and we will review your request the following business day.
  6. Once your approval request has been approved and you have your production API keys, add these new keys to your application's environment variables for deployment.
  7. After you have successfully deployed the updated application code, suspend the former application in the Developer Portal.
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered

This similar questions is asked here multiple times.

As per I know once your app is in production, you cannot change anything.

You need to ask devsupport@ringcentral.com for any help. Once they added the permission with your request(not sure if they do.. most probably they don't) you need to test again for that permission you acquired.

The official recommendation is to create a new app, add proper permissions and graduate it. So in that case you need to go through again.

Also read https://github.com/ringcentral/ringcentral-faq/blob/master/docs/account.md#how-can-i-add-new-permiss...

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Byrne Reese avatar image
Byrne Reese answered

FWIW - we at RingCentral are looking to relax these requirements in the future allowing developers to edit apps post-graduation. For the time being, however, @benjamin-dean's response is good. I would also like to highlight, that if you need assistance, email us at devsupport@ringcentral.com as @Anirban Sen Chowdhary recommended.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.