I have a question on Google+ linked zoom.

Asked 2 years ago, Updated 2 years ago, 25 views

Hello.

I am linking Google+ login by looking at Google example There was an error, so I looked at the log statusCode= DEVELOPER_ERROR in google login error came out and I looked it up a little bit I think you need to add the google-services.json file to make it work. I want to use the keys hardcoded without actually using that file. I wonder if there is a way.

android

2022-09-22 14:32

1 Answers

The google-services.json file is the file you need to use Google services. I don't think it will be easy to operate the related service without using this file.

It might be possible if you link the old version of Google+ SDK before the Google-services plug-in (this plug-in uses Google-services.json). However, this is a rather demanding situation, so I recommend that you organize your project in a way that you can use Google-services.json. Please refer to the link below for how to create this file.


2022-09-22 14:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.