Skip to main content
Question

What's the best practice to refresh developer token (Box SDK)

  • October 12, 2025
  • 0 replies
  • 30 views

I’m using Box SDK python package for development. Since the developer token is valid for only 60 minutes, I need to refresh once it’s expired. How to refresh developer token with Box SDK automatically so that my service can run without manually interrupted?

 

Thanks.