Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOO_LOW_AUTH_LEVEL error #297

Open
Atul141 opened this issue Apr 11, 2019 · 0 comments
Open

TOO_LOW_AUTH_LEVEL error #297

Atul141 opened this issue Apr 11, 2019 · 0 comments

Comments

@Atul141
Copy link

Atul141 commented Apr 11, 2019

Prerequisites

  • [ X] Put an X between the brackets on this line if you have done all of the following:
    • My beacons have Estimote Monitoring enabled (Check it in the Estimote Cloud, or via app)
    • My Android device/devices supports BLE and has Android OS version >= 5.0.0
    • My Android device/devices have bluetooth enabled
    • My app has Location Permissions granted

Basic information

Estimote SDK version: [com.estimote:sdk:1.4.5]

Android devices affected: [All]

Android OS version affected: [All]

Beacon hardware version: [J1.6]

Description

[Description of the issue]

I am trying to change a few settings like min and max of iBeacon.

It has been working fine for all time now.

From yesterday, I am getting this error and the setting is not changing.
Please help me with this.

This is the code.
Error:

com.estimote.mgmtsdk.common.exceptions.OperationException: Error TOO_LOW_AUTH_LEVEL ,register=3002)

  connection.settings.estimote.location.enable().set(false, new SettingCallback<Boolean>() {
            @Override
            public void onSuccess(Boolean value) {
            
            }

            @Override
            public void onFailure(DeviceConnectionException exception) {

            }
        });```
@Poberro Poberro transferred this issue from Estimote/Android-Proximity-SDK Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant