• Accessing Sugar Oauth Keys in PHP

    I am creating a dashlet to access Box files and folder in an Account record. I need to authenticate to Box's API in my php code, but I don't want to hardcode the credentials. What is the best way to secure my Box API credentials? I am using SugarCloud…
  • Refresh token expired within 4 hours. How I can create long term refresh token?

    Hello, community I used OAuth2 authentication and get refresh token but my refresh token expired within 4 hours. How I can create long term refresh token to generate a new access token and use REST API for future use? If I create access token before 4…
  • Where to change client_id and client_secret

    I am a freelance software developer trying to send data to the sugarCRM endpoint of a client. This is my first time interacting with sugarCRM and it is not the principal focus of my project for the company-client, so I really just need it to work. In…