Questions tagged [google-json-api]

The Custom Search JSON API lets you develop websites and applications to retrieve and display search results from Google Custom Search programmatically. With this API, you can use RESTful requests to get either web search or image search results in JSON format.

6 questions
4
votes
2 answers

Why JsonParser gives double quotes in the return value, using com.google.gson API

I am currently using JsonObject and JsonParser of com.google.gson api (using gson-2.8.5 version) to parse and read the value form input JSON. I have JSON filed like , smaple "resultCode":"SUCCESS", when I try to read the same value from json it…
Gautam
  • 3,707
  • 5
  • 36
  • 57
0
votes
0 answers

Google-Json file from mongoDb?

I am trying to run my project after connecting it to mongoDb but I recieve an error saying: "File google-services.json is missing. The Google Services Plugin cannot function without it. ". Before when I used firebase, there was an easy way to get…
Josef M
  • 412
  • 2
  • 5
  • 20
0
votes
1 answer

GoogleJsonResponseException: 404 Not Found GCP

Seeing com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found exception with error, could not find the specified bucket.what could be the issue, i still have access to the bucket i specified in code. can someone help on…
0
votes
0 answers

How to improve Google Apps Script bulk invitation efficiency? Too many API calls may be resulting in error: GoogleJsonResponseException

Explanation: I have a Google Apps Script project that automatically scans a bunch of rows and invites the email addresses contained in each row. It knows which set of invites to send the email addresses to row by row depending on the label in each…
0
votes
1 answer

Google Calendar API: com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found

I'm using rabbitmq and Calendar API to push events to the calendar, I'm getting the following error while creating a new event to push to the calendar. The log is below: 18:22:10.210 [pool-1-thread-3] INFO c.q.c.rabbitmq.RabbitMQEventConsumer -…
0
votes
1 answer

How to represent OnePayload and ManyPayload using a common interface

https://github.com/google/jsonapi/blob/master/node.go The structs OnePayload and ManyPayload, in the link above, have common fields: Data Included Links Meta I want to write a method which takes either OnePayload or ManyPayload as an argument and…
MAK
  • 1,915
  • 4
  • 20
  • 44