You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stolen from the Home Assistant doc, which uses this package:
"Due to the nature of the Synology DSM API, it is required to grant the user admin rights. This is related to the fact that utilization information is stored in the core module.
When creating the user, it is possible to deny access to all locations and applications. By doing this, the user will not be able to login to the web interface or view any of the files on the Synology NAS. It is still able to read the utilization and storage information using the API."
Calling
SynologyDSM().surveillance_station.update()
with a regular user results in:I received the same error for
SynologyDSM().information.update()
.Does this package only work with admin users?
The text was updated successfully, but these errors were encountered: