android - The API (Calendar API) is not enabled for your project. Please use the Google Developers Console to update your configuration -


i error of release version of application:

com.google.api.client.googleapis.json.googlejsonresponseexception: 403    forbidden {      "code":403,    "errors":[         {            "domain":"usagelimits",          "message":"access not configured. api (calendar api) not enabled project. please use google developers console update configuration.",          "reason":"accessnotconfigured",          "extendedhelp":"https://console.developers.google.com"       }    ],    "message":"access not configured. api (calendar api) not enabled project. please use google developers console update configuration." } 

my test version work on test account, , in google develeper console enabled google calendar api - work fine. but, when generate apk, error appeared. can enabled google calendar api? can use ssh1 repeatedly create access release version in account?

you need add release keystore sha1 google developer console.

you can place on new line below of debug key.

the following command generate sha1 once replace fields relevant details keystore

keytool -list -v -keystore <your-keystore-path> -alias <keystore-alias> -storepass <store-pass> -keypass <key-pass> 

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -