Missing scopes

Hey there,

I am trying to set up a client for my Google WiFi. To do so, these scopes are required:


[https://www.googleapis.com/auth/accesspoints](https://www.googleapis.com/auth/accesspoints)

[https://www.googleapis.com/auth/clouddevices](https://www.googleapis.com/auth/clouddevices)

but I couldn’t find them during the scope selection on the app registration page. Seems like they were deprecated, but I haven’t found any updates for those scopes.

Source: https://documenter.getpostman.com/view/7490211/SzzdD1pF?version=latest#68836516-467f-4e1d-a9a1-fb5232a5f2ff

1 Like

Hi @reynico ,

Welcome to the Google Cloud Community!

The scopes [https://www.googleapis.com/auth/accesspoints](https://www.googleapis.com/auth/accesspoints) and [https://www.googleapis.com/auth/clouddevices](https://www.googleapis.com/auth/clouddevices) appear to have been deprecated, which likely explains why they are missing from the application registration interface. The scopes mentioned are also not available in the OAuth 2.0 Playground and official documentation.

Just to clarify, what is the purpose of the client you are building? There might be better alternatives for that.

Hi @lawrencenelson , thanks for the welcome!

I am trying to build an open-source, Prometheus-like monitoring client for my Google WiFi setup, and catch useful information such as network speed, clients, etc.