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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Configured the access token in the build.gradle as well as via MAPBOX_DOWNLOADS_TOKEN in ~/.gradle/gradle.properties, just in case.
Loaded the project in the Android Studio
The project Sync'ed successfully downloading lots of dependencies from the api.mapbox.com, but with these warnings
I hit Build > Make project and I'm receiving this error:
Could not GET 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/mapboxsdk/mapbox-android-sdk-gl-core/5.2.0/mapbox-android-sdk-gl-core-5.2.0.pom'.
Received status code 401 from server: Unauthorized
Following the instructions from the README
Created new A secret access token with the Downloads:Read scope
Cloned this repo with all the submodules
Configured the access token in the
build.gradleas well as viaMAPBOX_DOWNLOADS_TOKENin~/.gradle/gradle.properties, just in case.Loaded the project in the Android Studio
The project Sync'ed successfully downloading lots of dependencies from the
api.mapbox.com, but with these warningsI hit Build > Make project and I'm receiving this error:
Perhaps #594 is related.
The text was updated successfully, but these errors were encountered: