Search code examples
androidgoogle-drive-apigoogle-drive-android-apichrome-web-store

App Icon Missing in Google Drive Manage Apps


I have an android app that connects to Google Drive. I created a Chrome Web Store listing for this app using following manifest.json:

{
  "name": "App Name",
  "description": "App Description",
  "version": "2.4",
  "manifest_version": 2,
  "container": ["GOOGLE_DRIVE"],
  "api_console_project_id": "ID",
  "icons": {
    "128": "icon_128.png"
  }
}

When I checked Google Drive - Settings - Manage Apps, for this particular app all other details showing except App Icon.

Please advise how to proceed on this?

App Icon Missing


Solution

  • Google has come up with an updated approach to provide application details in Google Drive as Chrome Web Store is shutting down.

    In the Google API Console, once you enable Google Drive API, you can provide your app details in the Drive UI Integration tab from the Drive API page.

    Where you can provide your app description and icons.

    Happy Androiding....