Reputation: 121
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.
<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" />
Upvotes: 8
Views: 42509
Reputation: 1
If you have just registered your new app in google developer console and think about using play game service, you will be able to find your app project id in the next page just after registering game service. I'm not very familiar with google play console but in my case this way solved me. I'm glad to help someone with this simple solution:)
Upvotes: 0
Reputation: 1
You can also find the applicationId in the build.gradle file within your project's code.
Sorry this isn't in the google play console, I had issues finding it there as well
Upvotes: 0
Reputation: 1788
Upvotes: 0
Reputation: 117
From the Developer console:
Upvotes: 8
Reputation: 1068
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.
Upvotes: 9