Troubleshoot Version Control Token
This article discusses common errors and troubleshooting steps for Personal Access Tokens.
Specific Errors
Unable to load Workflow. This Site is using version control and your access token has not been set up under your user account. https://help.flowgear.net/articles/platform/setting-up-a-version-control-token
This error occurs when your Personal Access Token hasn’t been set up. Refer to Setting up a Version Control Token for step-by-step instructions.
Unable to load Workflow. Unable to find the specified file.
This error occurs when you do not have Read access to the GitHub repository. To resolve this, ensure you have the required Read permissions on the repo.
Unable to save Workflow. Resource not accessible by personal access token.
This error occurs when you do not have Write access to the GitHub repository, or your Personal Access Token is not granted Write permissions. To resolve this, make sure you have the necessary Write access on the repo.
Unable to load Workflow. The version control token specified on your account is invalid or expired.
This error occurs when the Personal Access Token linked to your account is either invalid or has expired.
To resolve this, generate a new token in GitHub and update it under your user profile in the Console.
Refer to Setting up a Version Control Token for step-by-step instructions.