当前位置: 首页 > 知识库问答 >
问题:

Google Maps Android授权失败

秦弘亮
2023-03-14

因此,我已经研究了许多关于这个问题的问题,但没有找到解决方案

以下是我目前在尝试使用谷歌地图Android API时收到的错误。

02-28 11:17:07.166 7445-7653/com.test.drawernav E/b: Authentication failed on the server.
02-28 11:17:07.166 7445-7653/com.test.drawernav E/Google Maps Android API: Authorization failure.  Please see https://developers.google.com/maps/documentation/android/start for how to correctly set up the map.
02-28 11:17:07.176 7445-7653/com.test.drawernav E/Google Maps Android API: In the Google Developer Console (https://console.developers.google.com)
                                                                           Ensure that the "Google Maps Android API v2" is enabled.
                                                                           Ensure that the following Android Key exists:
                                                                            API Key: ***
                                                                            Android Application (<cert_fingerprint>;<package_name>): ***

这是我的清单文件

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.test.drawernav">

    <meta-data android:name="com.google.android.gms.version"
        android:value="@integer/google_play_services_version" />


    <uses-permission android:name="com.example.googlemaps.permission.MAPS_RECEIVE" />
    <permission
        android:name="com.example.googlemaps.permission.MAPS_RECEIVE"
        android:protectionLevel="signature" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />

    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

    <uses-feature
        android:glEsVersion="0x00020000"
        android:required="true" />

    <application
        android:allowBackup="true"
        android:icon="@mipmap/logo"
        android:label="Animal Rescue"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">
        <activity
            android:name=".SplashScreen"
            android:label="@string/title_activity_splash_screen"
            android:theme="@style/AppTheme.NoActionBar"
            android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity
            android:name=".MainActivity"
            android:configChanges="keyboardHidden|orientation|screenSize"
            android:screenOrientation="portrait" />

        <activity android:name=".SAC" />
        <activity android:name=".FAD" />
        <activity android:name=".HAM" />
        <activity android:name=".BAB">


        </activity>

        <meta-data
            android:name="com.google.android.geo.API_KEY"
            android:value="***"/>


    </application>



</manifest>

这是片段。地图的java

    package com.test.drawernav;


import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.SupportMapFragment;
import com.google.android.gms.maps.OnMapReadyCallback;
import com.google.android.gms.maps.SupportMapFragment;
import com.google.android.gms.maps.model.LatLng;
import com.google.android.gms.maps.model.Marker;
import com.google.android.gms.maps.model.MarkerOptions;


/**
 * A simple {@link Fragment} subclass.
 */
public class LocateFragment extends Fragment implements OnMapReadyCallback {

    public LocateFragment() {
        // Required empty public constructor
    }


    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
                             Bundle savedInstanceState) {
        // Inflate the layout for this fragment
        View mapView = inflater.inflate(R.layout.fragment_locate, container, false);

        return mapView;
    }


    @Override
    public void onViewCreated(View view, Bundle savedInstanceState) {
        super.onViewCreated(view, savedInstanceState);
        SupportMapFragment mapFragment = (SupportMapFragment)getChildFragmentManager().findFragmentById(R.id.map);
        mapFragment.getMapAsync(this);


    }

    @Override
    public void onMapReady(GoogleMap googleMap) {


    }
}

以及布局。相同的xml

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.test.drawernav.LocateFragment">


    <fragment
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:id="@+id/map"
        class="com.google.android.gms.maps.SupportMapFragment"/>



    </FrameLayout>

下面的图片显示了启用的谷歌地图Android API

下面是显示生成的API密钥的

共有1个答案

何晗昱
2023-03-14

试着把-

    <meta-data
        android:name="com.google.android.maps.v2.API_KEY"
        android:value="***"/>

而不是-

    <meta-data
        android:name="com.google.android.geo.API_KEY"
        android:value="***"/>

并遵循https://developers.google.com/maps/documentation/android-api/map指示。

 类似资料:
  • 我试图通过Java Apachebeam MongoDbIO连接器连接到MongoDB,得到一个“未授权”错误。 同样的连接细节也适用于Python并能够检索数据。 “org.apache.beam.sdk.io.mongodbo.mongodbio$boundedmongodbsource.$closeresource(Mongodbio.java:407)位于org.apache.beam.s

  • 授权失败。请参阅https://developers.google.com/maps/documentation/android/start了解如何正确设置地图。 确保以下内容与API控制台中的内容相对应:包名称:,API密钥:,证书指纹:联系Google服务器失败。建立连接后将进行另一次尝试。 加载地图失败。联系Google服务器时出错。这可能是身份验证问题(但可能是由于网络错误)。 我知道关于

  • 我创建了一个服务帐户,并为其分配了访问云功能的权限: gcloud beta函数add-iam-policy-binding MyFunction--member=serviceaccount:cf-access@my-project.iam.gserviceaccount.com--role=roles/cloudfunctions.admin 产出: 现在,我下载了服务帐户json文件。 所以

  • 结果:失败异常:ClientAuthenticationError:服务器无法对请求进行身份验证。确保包括签名在内的授权头的值是正确形成的。requestid:cdccbb2e-e01e-0007-6cfd-40c024000000时间:2020-06-12t21:09:22.1504720z错误代码:身份验证失败错误:无身份验证错误详细信息:在HTTP请求'n+okbbfhsn12nhw3siq

  • 我的步骤: > 从debug.keystore获取SHA1代码 在google API控制台中创建应用程序 已启用google map api v2 输入sha1;my.package.name 获取API密钥 已创建AndroidManifest文件: 已创建布局 编译后我得到了崩溃: 之后,我将布局更改为: 并将MyActivity更改为 结果,应用程序启动了,但我没有看到地图。 控制台日志:

  • 我目前正在使用SHA1证书指纹,该证书来自发布证书,用于在AppStore上发布我的应用程序。 编辑:我还在API控制台上打开了Google Map Android API v2。 我从这里的注释中读到了“签名算法必须是SHA1withRSA而不是SHA256WITHRSA”。但是,我从Eclipse创建了发布证书,它是SHA256withRSA,我没有对它做任何设置。我似乎也改变不了。