Renaming Box Application Name
AnsweredHello all! I've been developing some micro-services that will need to interface directly with the Box API to programmatically add new client folders and documents. Everything is working correctly as intended and I'm excited to begin using the newly authorized Box App in my enterprise; however, I hit a problem with changing the app's name.
My team and I had a poll, and the result was to change the name of the application. I made the change in Dev Console and my Box admin reauthorized the app; however, I'm not seeing those changes propagating. If I go to the service account's profile, it still displays the old name, but in the admin console it displays as the correct name. If I programmatically get the user from the sdk:
auth = JWTAuth( # Auth here ) auth.authentication_instance() client = Client(auth) print(client.user().get()) #
This app has been reauthorized. It displays correctly in the admin and dev console. Are there any additional steps I should follow?
Please sign in to leave a comment.
Comments
4 comments