Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find an APP ID in Google Developers Console

I can see Project ID, Client ID, API Key, but I cannot find APP ID that the guide below asked me to set in my manifest file.

MIME Types in App Manifest

<meta-data android:name="com.google.android.apps.drive.APP_ID" android:value="id=1234567890" />
        <intent-filter>
        <action android:name="com.google.android.apps.drive.DRIVE_OPEN" />
        <data android:mimeType="application/vnd.google-apps.drive-sdk.1234567890" />
like image 556
Lawrence Lam Avatar asked Nov 16 '16 16:11

Lawrence Lam


2 Answers

I believe you need to use "Project number" for your APP_ID, which can be found on the Settings section in the Google Dev Console.

  1. Navigate to https://console.developers.google.com
  2. Then open the hamburger menu and select IAM & Admin
  3. Then select Settings, and you'll see "Project number" on the right
like image 109
suomi35 Avatar answered Sep 29 '22 22:09

suomi35


From the Developer console:

  1. Click All Applications
  2. Click on the App name from the right side pane
  3. At the top of the page, clicking the down arrow next to the App name shows the id e.g. com.mulikapesa.myshop
like image 33
Riches Picker Avatar answered Sep 30 '22 00:09

Riches Picker