[ERROR] Unified Dev Platform Access scope is not present

I keep getting this error when following the directions for the new 2025.2 instrucitons for creating an app. I’ve been trying to find any related info to this, but I can’t find any references. Has anyone else experienced this?

Other notes:

- I’ve tried ‘hs project upload’ quite a few times and I get the same error.

- I’ve tried creating a project from ‘hs get-started’ and ‘hs-project-create’, but both have the same error.

- I re-entered my personal key for the CLI.

- I have a Public App from about two weeks ago I can still update and use, it’s just been an issue with the new update.

Guide I followed: Quickstart - HubSpot docs

Error I get: [ERROR] Unified Dev Platform Access scope is not present

hey @02717 have you:

1. enabled developer tools access permissions? (settings>users>access tab)

2. updated to the new CLI version? npm uninstall -g @hubspot/cli
npm install -g @hubspot/cli@latest

3. reauthenticate / clear existing config (make sure to backup first)

4. verified your project config in the .json? ({ “platformVersion”: “2025.2” }

I hope this helps.

There was a banner on the user portal that I didn’t notice. That banner asks if you want to use their newer version of the site. After clicked that, the error stopped happening in my CLI.