Android क्विकस्टार्ट

इस गाइड में एक आसान Android ऐप्लिकेशन सेट अप करने का तरीका बताया गया है, जिससे YouTube Data API इस्तेमाल करने के लिए अनुरोध किए जा सकते हैं.

ज़रूरी शर्तें

इस क्विकस्टार्ट को चलाने के लिए, आपको इनकी ज़रूरत होगी:

यह क्विकस्टार्ट यह मान लेगा कि Android Studio IDE (स्टैंड-अलोन SDK टूल) का इस्तेमाल नहीं किया जा रहा है. साथ ही, यह Studio प्रोजेक्ट में फ़ाइलें ढूंढने, बनाने, और उनमें बदलाव करने में सहज है.

चरण 1: SHA1 फ़िंगरप्रिंट पाना

टर्मिनल में, एपीआई को चालू करने के लिए इस्तेमाल किया जाने वाला SHA1 फ़िंगरप्रिंट पाने के लिए, Keytoolutility कमांड रन करें.

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v

कीस्टोर पासवर्ड मांगे जाने पर, "android" डालें.

Keytool फ़िंगरप्रिंट को शेल पर प्रिंट करता है. उदाहरण के लिए:

$ keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
Enter keystore password: Type "android" if using debug.keystore
Alias name: androiddebugkey
Creation date: Dec 4, 2014
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=Android Debug, O=Android, C=US
Issuer: CN=Android Debug, O=Android, C=US
Serial number: 503bd581
Valid from: Mon Aug 27 13:16:01 PDT 2012 until: Wed Aug 20 13:16:01 PDT 2042
Certificate fingerprints:
   MD5:  1B:2B:2D:37:E1:CE:06:8B:A0:F0:73:05:3C:A3:63:DD
   SHA1: D8:AA:43:97:59:EE:C5:95:26:6A:07:EE:1C:37:8E:F4:F0:C8:05:C8
   SHA256: F3:6F:98:51:9A:DF:C3:15:4E:48:4B:0F:91:E3:3C:6A:A0:97:DC:0A:3F:B2:D2:E1:FE:23:57:F5:EB:AC:13:30
   Signature algorithm name: SHA1withRSA
   Version: 3

SHA1 फ़िंगरप्रिंट कॉपी करें, जिसे ऊपर दिए गए उदाहरण में हाइलाइट किया गया है.

दूसरा चरण: YouTube Data API चालू करना

  1. Google Developers Console में कोई प्रोजेक्ट बनाने या चुनने के लिए, इस विज़र्ड का इस्तेमाल करें. इसके बाद, एपीआई अपने-आप चालू हो जाएगा. जारी रखें पर क्लिक करें. इसके बाद, क्रेडेंशियल पर जाएं पर क्लिक करें.

  2. क्रेडेंशियल बनाएं पेज पर, रद्द करें बटन पर क्लिक करें.

  3. पेज पर सबसे ऊपर, OAuth की सहमति वाली स्क्रीन टैब चुनें. अगर कोई ईमेल पता पहले से सेट नहीं है, तो ईमेल पता डालें और सेव करें बटन पर क्लिक करें.

  4. क्रेडेंशियल टैब चुनें, क्रेडेंशियल बनाएं बटन पर क्लिक करें और OAuth क्लाइंट आईडी चुनें.

  5. ऐप्लिकेशन का प्रकार Android चुनें.
  6. पहले चरण से SHA1 फ़िंगरप्रिंट को साइनिंग-सर्टिफ़िकेट फ़िंगरप्रिंट फ़ील्ड में कॉपी करें.
  7. पैकेज का नाम फ़ील्ड में, com.example.quickstart डालें.
  8. बनाएं बटन पर क्लिक करें.

तीसरा चरण: नया Android प्रोजेक्ट बनाना

  1. Android Studio खोलें और नया Android Studio प्रोजेक्ट शुरू करें.
  2. नया प्रोजेक्ट स्क्रीन पर, ऐप्लिकेशन को "क्विकस्टार्ट" नाम दें.
  3. कंपनी डोमेन को "example.com" पर सेट करें और पुष्टि करें कि अपने-आप जनरेट हुए पैकेज का नाम, दूसरे चरण में Developer Console में डाले गए नाम से मेल खाता है. आगे बढ़ें पर क्लिक करें.
  4. Android डिवाइसों को टारगेट करें स्क्रीन पर, फ़ोन और टैबलेट चेकबॉक्स चुनें और "एपीआई 14: Android 4.0 (IceCreamAND)" में से कम से कम SDK टूल चुनें. अन्य चेकबॉक्स पर सही का निशान न लगाएं. आगे बढ़ें पर क्लिक करें.
  5. मोबाइल में कोई गतिविधि जोड़ें स्क्रीन पर, कोई गतिविधि नहीं जोड़ें पर क्लिक करें.
  6. पूरा करें पर क्लिक करें.

इस समय, Android Studio प्रोजेक्ट बनाता है और उसे खोलता है.

चौथा चरण: प्रोजेक्ट तैयार करें

प्रोजेक्ट साइडबार, डिफ़ॉल्ट प्रोजेक्ट फ़ाइलों की एक बड़ी सूची है. इसे Android Studio ने बनाया है. इस सूची को बड़ा किया जा सकता है. उस सूची में, Gradle स्क्रिप्ट की सूची को बड़ा करें और "ऐप्लिकेशन" मॉड्यूल से जुड़ी build.gradle फ़ाइल खोलें (प्रोजेक्ट नहीं).

  1. ऐप्लिकेशन build.gradle फ़ाइल खोलें और इसके कॉन्टेंट को इससे बदलें:
  2. टूलबार में, टूल > Android > Gradle Files के साथ प्रोजेक्ट सिंक करें चुनें. इससे उन लाइब्रेरी को खरीदा और उपलब्ध कराया जा सकेगा जिनकी आपके प्रोजेक्ट को ज़रूरत है.
  3. डिफ़ॉल्ट src/main/AndroidManifest.xml फ़ाइल ढूंढें और खोलें. प्रोजेक्ट के साइडबार में, यह फ़ाइल app में और फिर manifests में नेस्ट की गई है. फ़ाइल के कॉन्टेंट को इस कोड से बदलें:
    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.example.quickstart">
    
        <uses-permission android:name="android.permission.INTERNET" />
        <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
        <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    
        <application
            android:allowBackup="true"
            android:icon="@mipmap/ic_launcher"
            android:label="YouTube Data API Android Quickstart"
            android:theme="@style/AppTheme" >
            <activity
                android:name=".MainActivity"
                android:label="YouTube Data API Android Quickstart" >
                <intent-filter>
                    <action android:name="android.intent.action.MAIN" />
                    <category android:name="android.intent.category.LAUNCHER" />
                </intent-filter>
            </activity>
    
        </application>
    </manifest>

पांचवां चरण: सैंपल सेटअप करना

एक नई Java क्लास बनाएं. ऐसा करने के लिए, पहले प्रोजेक्ट साइडबार में java फ़ोल्डर चुनें. यह फ़ोल्डर, app फ़ाइलों के ग्रुप में दिखता है. फ़ोल्डर पर क्लिक करने के बाद, मेन्यू बार से फ़ाइल > नया > Java क्लास चुनें या फ़ोल्डर पर राइट क्लिक करके नया > Java क्लास चुनें. अगर आपसे कोई डायरेक्ट्री चुनने के लिए कहा जाए, तो .../app/src/main/java को चुनें.

क्लास को "MainActivity" नाम दें और OK पर क्लिक करें. नई फ़ाइल के कॉन्टेंट को यहां दिए गए कोड से बदलें.

package com.example.quickstart;

import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GoogleApiAvailability;
import com.google.api.client.extensions.android.http.AndroidHttp;
import com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential;
import com.google.api.client.googleapis.extensions.android.gms.auth.GooglePlayServicesAvailabilityIOException;
import com.google.api.client.googleapis.extensions.android.gms.auth.UserRecoverableAuthIOException;

import com.google.api.client.http.HttpTransport;
import com.google.api.client.json.JsonFactory;
import com.google.api.client.json.jackson2.JacksonFactory;
import com.google.api.client.util.ExponentialBackOff;

import com.google.api.services.youtube.YouTubeScopes;

import com.google.api.services.youtube.model.*;

import android.Manifest;
import android.accounts.AccountManager;
import android.app.Activity;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.text.TextUtils;
import android.text.method.ScrollingMovementMethod;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;

import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

import pub.devrel.easypermissions.AfterPermissionGranted;
import pub.devrel.easypermissions.EasyPermissions;

public class MainActivity extends Activity
    implements EasyPermissions.PermissionCallbacks {
    GoogleAccountCredential mCredential;
    private TextView mOutputText;
    private Button mCallApiButton;
    ProgressDialog mProgress;

    static final int REQUEST_ACCOUNT_PICKER = 1000;
    static final int REQUEST_AUTHORIZATION = 1001;
    static final int REQUEST_GOOGLE_PLAY_SERVICES = 1002;
    static final int REQUEST_PERMISSION_GET_ACCOUNTS = 1003;

    private static final String BUTTON_TEXT = "Call YouTube Data API";
    private static final String PREF_ACCOUNT_NAME = "accountName";
    private static final String[] SCOPES = { YouTubeScopes.YOUTUBE_READONLY };

    /**
     * Create the main activity.
     * @param savedInstanceState previously saved instance data.
     */
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        LinearLayout activityLayout = new LinearLayout(this);
        LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams(
                LinearLayout.LayoutParams.MATCH_PARENT,
                LinearLayout.LayoutParams.MATCH_PARENT);
        activityLayout.setLayoutParams(lp);
        activityLayout.setOrientation(LinearLayout.VERTICAL);
        activityLayout.setPadding(16, 16, 16, 16);

        ViewGroup.LayoutParams tlp = new ViewGroup.LayoutParams(
                ViewGroup.LayoutParams.WRAP_CONTENT,
                ViewGroup.LayoutParams.WRAP_CONTENT);

        mCallApiButton = new Button(this);
        mCallApiButton.setText(BUTTON_TEXT);
        mCallApiButton.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                mCallApiButton.setEnabled(false);
                mOutputText.setText("");
                getResultsFromApi();
                mCallApiButton.setEnabled(true);
            }
        });
        activityLayout.addView(mCallApiButton);

        mOutputText = new TextView(this);
        mOutputText.setLayoutParams(tlp);
        mOutputText.setPadding(16, 16, 16, 16);
        mOutputText.setVerticalScrollBarEnabled(true);
        mOutputText.setMovementMethod(new ScrollingMovementMethod());
        mOutputText.setText(
                "Click the \'" + BUTTON_TEXT +"\' button to test the API.");
        activityLayout.addView(mOutputText);

        mProgress = new ProgressDialog(this);
        mProgress.setMessage("Calling YouTube Data API ...");

        setContentView(activityLayout);

        // Initialize credentials and service object.
        mCredential = GoogleAccountCredential.usingOAuth2(
                getApplicationContext(), Arrays.asList(SCOPES))
                .setBackOff(new ExponentialBackOff());
    }

    

    /**
     * Attempt to call the API, after verifying that all the preconditions are
     * satisfied. The preconditions are: Google Play Services installed, an
     * account was selected and the device currently has online access. If any
     * of the preconditions are not satisfied, the app will prompt the user as
     * appropriate.
     */
    private void getResultsFromApi() {
        if (! isGooglePlayServicesAvailable()) {
            acquireGooglePlayServices();
        } else if (mCredential.getSelectedAccountName() == null) {
            chooseAccount();
        } else if (! isDeviceOnline()) {
            mOutputText.setText("No network connection available.");
        } else {
            new MakeRequestTask(mCredential).execute();
        }
    }

    /**
     * Attempts to set the account used with the API credentials. If an account
     * name was previously saved it will use that one; otherwise an account
     * picker dialog will be shown to the user. Note that the setting the
     * account to use with the credentials object requires the app to have the
     * GET_ACCOUNTS permission, which is requested here if it is not already
     * present. The AfterPermissionGranted annotation indicates that this
     * function will be rerun automatically whenever the GET_ACCOUNTS permission
     * is granted.
     */
    @AfterPermissionGranted(REQUEST_PERMISSION_GET_ACCOUNTS)
    private void chooseAccount() {
        if (EasyPermissions.hasPermissions(
                this, Manifest.permission.GET_ACCOUNTS)) {
            String accountName = getPreferences(Context.MODE_PRIVATE)
                    .getString(PREF_ACCOUNT_NAME, null);
            if (accountName != null) {
                mCredential.setSelectedAccountName(accountName);
                getResultsFromApi();
            } else {
                // Start a dialog from which the user can choose an account
                startActivityForResult(
                        mCredential.newChooseAccountIntent(),
                        REQUEST_ACCOUNT_PICKER);
            }
        } else {
            // Request the GET_ACCOUNTS permission via a user dialog
            EasyPermissions.requestPermissions(
                    this,
                    "This app needs to access your Google account (via Contacts).",
                    REQUEST_PERMISSION_GET_ACCOUNTS,
                    Manifest.permission.GET_ACCOUNTS);
        }
    }

    /**
     * Called when an activity launched here (specifically, AccountPicker
     * and authorization) exits, giving you the requestCode you started it with,
     * the resultCode it returned, and any additional data from it.
     * @param requestCode code indicating which activity result is incoming.
     * @param resultCode code indicating the result of the incoming
     *     activity result.
     * @param data Intent (containing result data) returned by incoming
     *     activity result.
     */
    @Override
    protected void onActivityResult(
            int requestCode, int resultCode, Intent data) {
        super.onActivityResult(requestCode, resultCode, data);
        switch(requestCode) {
            case REQUEST_GOOGLE_PLAY_SERVICES:
                if (resultCode != RESULT_OK) {
                    mOutputText.setText(
                            "This app requires Google Play Services. Please install " +
                            "Google Play Services on your device and relaunch this app.");
                } else {
                    getResultsFromApi();
                }
                break;
            case REQUEST_ACCOUNT_PICKER:
                if (resultCode == RESULT_OK && data != null &&
                        data.getExtras() != null) {
                    String accountName =
                            data.getStringExtra(AccountManager.KEY_ACCOUNT_NAME);
                    if (accountName != null) {
                        SharedPreferences settings =
                                getPreferences(Context.MODE_PRIVATE);
                        SharedPreferences.Editor editor = settings.edit();
                        editor.putString(PREF_ACCOUNT_NAME, accountName);
                        editor.apply();
                        mCredential.setSelectedAccountName(accountName);
                        getResultsFromApi();
                    }
                }
                break;
            case REQUEST_AUTHORIZATION:
                if (resultCode == RESULT_OK) {
                    getResultsFromApi();
                }
                break;
        }
    }

    /**
     * Respond to requests for permissions at runtime for API 23 and above.
     * @param requestCode The request code passed in
     *     requestPermissions(android.app.Activity, String, int, String[])
     * @param permissions The requested permissions. Never null.
     * @param grantResults The grant results for the corresponding permissions
     *     which is either PERMISSION_GRANTED or PERMISSION_DENIED. Never null.
     */
    @Override
    public void onRequestPermissionsResult(int requestCode,
                                           @NonNull String[] permissions,
                                           @NonNull int[] grantResults) {
        super.onRequestPermissionsResult(requestCode, permissions, grantResults);
        EasyPermissions.onRequestPermissionsResult(
                requestCode, permissions, grantResults, this);
    }

    /**
     * Callback for when a permission is granted using the EasyPermissions
     * library.
     * @param requestCode The request code associated with the requested
     *         permission
     * @param list The requested permission list. Never null.
     */
    @Override
    public void onPermissionsGranted(int requestCode, List<String> list) {
        // Do nothing.
    }

    /**
     * Callback for when a permission is denied using the EasyPermissions
     * library.
     * @param requestCode The request code associated with the requested
     *         permission
     * @param list The requested permission list. Never null.
     */
    @Override
    public void onPermissionsDenied(int requestCode, List<String> list) {
        // Do nothing.
    }

    /**
     * Checks whether the device currently has a network connection.
     * @return true if the device has a network connection, false otherwise.
     */
    private boolean isDeviceOnline() {
        ConnectivityManager connMgr =
                (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
        NetworkInfo networkInfo = connMgr.getActiveNetworkInfo();
        return (networkInfo != null && networkInfo.isConnected());
    }

    /**
     * Check that Google Play services APK is installed and up to date.
     * @return true if Google Play Services is available and up to
     *     date on this device; false otherwise.
     */
    private boolean isGooglePlayServicesAvailable() {
        GoogleApiAvailability apiAvailability =
                GoogleApiAvailability.getInstance();
        final int connectionStatusCode =
                apiAvailability.isGooglePlayServicesAvailable(this);
        return connectionStatusCode == ConnectionResult.SUCCESS;
    }

    /**
     * Attempt to resolve a missing, out-of-date, invalid or disabled Google
     * Play Services installation via a user dialog, if possible.
     */
    private void acquireGooglePlayServices() {
        GoogleApiAvailability apiAvailability =
                GoogleApiAvailability.getInstance();
        final int connectionStatusCode =
                apiAvailability.isGooglePlayServicesAvailable(this);
        if (apiAvailability.isUserResolvableError(connectionStatusCode)) {
            showGooglePlayServicesAvailabilityErrorDialog(connectionStatusCode);
        }
    }


    /**
     * Display an error dialog showing that Google Play Services is missing
     * or out of date.
     * @param connectionStatusCode code describing the presence (or lack of)
     *     Google Play Services on this device.
     */
    void showGooglePlayServicesAvailabilityErrorDialog(
            final int connectionStatusCode) {
        GoogleApiAvailability apiAvailability = GoogleApiAvailability.getInstance();
        Dialog dialog = apiAvailability.getErrorDialog(
                MainActivity.this,
                connectionStatusCode,
                REQUEST_GOOGLE_PLAY_SERVICES);
        dialog.show();
    }

    /**
     * An asynchronous task that handles the YouTube Data API call.
     * Placing the API calls in their own task ensures the UI stays responsive.
     */
    private class MakeRequestTask extends AsyncTask<Void, Void, List<String>> {
        private com.google.api.services.youtube.YouTube mService = null;
        private Exception mLastError = null;

        MakeRequestTask(GoogleAccountCredential credential) {
            HttpTransport transport = AndroidHttp.newCompatibleTransport();
            JsonFactory jsonFactory = JacksonFactory.getDefaultInstance();
            mService = new com.google.api.services.youtube.YouTube.Builder(
                    transport, jsonFactory, credential)
                    .setApplicationName("YouTube Data API Android Quickstart")
                    .build();
        }

        /**
         * Background task to call YouTube Data API.
         * @param params no parameters needed for this task.
         */
        @Override
        protected List<String> doInBackground(Void... params) {
            try {
                return getDataFromApi();
            } catch (Exception e) {
                mLastError = e;
                cancel(true);
                return null;
            }
        }

        /**
         * Fetch information about the "GoogleDevelopers" YouTube channel.
         * @return List of Strings containing information about the channel.
         * @throws IOException
         */
        private List<String> getDataFromApi() throws IOException {
            // Get a list of up to 10 files.
            List<String> channelInfo = new ArrayList<String>();
            ChannelListResponse result = mService.channels().list("snippet,contentDetails,statistics")
                 .setForUsername("GoogleDevelopers")
                 .execute();
            List<Channel> channels = result.getItems();
            if (channels != null) {
                Channel channel = channels.get(0);
                channelInfo.add("This channel's ID is " + channel.getId() + ". " +
                        "Its title is '" + channel.getSnippet().getTitle() + ", " +
                        "and it has " + channel.getStatistics().getViewCount() + " views.");
            }
            return channelInfo;
        }

        @Override
        protected void onPreExecute() {
            mOutputText.setText("");
            mProgress.show();
        }

        @Override
        protected void onPostExecute(List<String> output) {
            mProgress.hide();
            if (output == null || output.size() == 0) {
                mOutputText.setText("No results returned.");
            } else {
                output.add(0, "Data retrieved using the YouTube Data API:");
                mOutputText.setText(TextUtils.join("\n", output));
            }
        }

        @Override
        protected void onCancelled() {
            mProgress.hide();
            if (mLastError != null) {
                if (mLastError instanceof GooglePlayServicesAvailabilityIOException) {
                    showGooglePlayServicesAvailabilityErrorDialog(
                            ((GooglePlayServicesAvailabilityIOException) mLastError)
                                    .getConnectionStatusCode());
                } else if (mLastError instanceof UserRecoverableAuthIOException) {
                    startActivityForResult(
                            ((UserRecoverableAuthIOException) mLastError).getIntent(),
                            MainActivity.REQUEST_AUTHORIZATION);
                } else {
                    mOutputText.setText("The following error occurred:\n"
                            + mLastError.getMessage());
                }
            } else {
                mOutputText.setText("Request cancelled.");
            }
        }
    }
}

छठा चरण: ऐप्लिकेशन चलाएं

  1. ऐप्लिकेशन की जांच करने के लिए, Run > Run ऐप्लिकेशन मेन्यू आइटम पर क्लिक करें.
  2. ऐप्लिकेशन चलाने के लिए, आपको कनेक्ट किए गए डिवाइस (सुझाया गया) या एम्युलेशन चुनने के लिए कहा जाएगा. अगर एम्युलेटर का इस्तेमाल किया जाता है, तो पक्का करें कि उसे Google API के साथ काम करने वाली सिस्टम इमेज में से किसी एक का इस्तेमाल करने के लिए कॉन्फ़िगर किया गया हो. अगर आप किसी ऐसे डिवाइस पर क्विकस्टार्ट चलाने की कोशिश करते हैं जिसमें फ़िलहाल Google Play services इंस्टॉल नहीं है, तो क्विकस्टार्ट एक ऐसा डायलॉग बॉक्स जनरेट करता है जहां से इसे इंस्टॉल किया जा सकता है.
  3. अगर एम्युलेटर का इस्तेमाल किया जा रहा है, तो इसे पूरी तरह से चालू होने और अपना नेटवर्क कनेक्शन सेट अप करने की अनुमति दें.
  4. अगर पहली बार एम्युलेटर शुरू किया जा रहा है, तो आपको इसकी स्क्रीन अनलॉक करनी पड़ सकती है. फिर भी, क्विकस्टार्ट ऐप्लिकेशन अपने-आप चालू हो जाना चाहिए.
  5. पहली बार ऐप्लिकेशन चलाने पर, वह आपसे खाता तय करने के लिए कहता है. साइन इन करने की प्रोसेस पूरी करें, ताकि आप कनेक्ट करने के लिए कोई खाता चुन सकें.
  6. खाता चुनने के बाद, ऐप्लिकेशन पर आपसे ऐक्सेस की अनुमति देने के लिए कहा जाता है. अनुमति देने के लिए, ठीक है पर क्लिक करें.

ज़रूरी जानकारी

  • अनुमति देने की जानकारी, ऐप्लिकेशन में सेव हो जाती है, इसलिए बाद में एक्ज़ीक्यूशन की पुष्टि करने के लिए कोई सूचना नहीं दिखाई जाती.

इसके बारे में और पढ़ें

समस्या हल करना

अपंजीकृत Android ऐप्‍लिकेशन

OAuth डायलॉग में जब ऐसी एंट्री होती है जिसमें "बिना रजिस्ट्रेशन वाला Android ऐप्लिकेशन" लिखा होता है, तो इसका मतलब है कि दूसरे चरण में बनाया गया OAuth2 क्लाइंट आईडी नहीं मिल रहा है और Android डिफ़ॉल्ट क्लाइंट को वापस चुन रहा है. डिफ़ॉल्ट क्लाइंट को इस एपीआई का इस्तेमाल करने के लिए कॉन्फ़िगर नहीं किया जाएगा. इसलिए, अनुरोध में गड़बड़ी हो सकती है, जैसे कि accessNotConfigured.. इन गड़बड़ियों में डिफ़ॉल्ट प्रोजेक्ट नंबर 608941808256 भी हो सकता है.

समस्या को ठीक करने के लिए, पक्का करें कि आपको पहले चरण में वापस लाया गया SHA1 फ़िंगरप्रिंट और आपकी build.gradle फ़ाइल में दिया गया applicationId, Google Developers कंसोल में सेट की गई वैल्यू से पूरी तरह मेल खाता हो.