api tag

243 questions


1 answers
74 views
0
java google data transfer does not transfer data

I'm sorry.please tell me。Attempting to change the owner of the google drive using Google's data transfer api in javaThe following code has been combined.After running it, I received an email from Goog...

2 years ago

1 answers
93 views
0
Sometimes I cannot get hangoutLink for events created in Java

The Java app uses Calendar API v3 (v3-rev260-1.23.0) to insert the event.During insert, the calendar user is guest-registered with the attendees parameter.However, sometimes hangoutLink cannot be retr...


1 answers
88 views
0
Want to know if you have experience developing a restful API [overlapping]

Two years agoWhat are the ways and points to determine if you have experience creating a Restful API?I have made the API itself in practice, but I would like to know how to check if it is Restful.This...

2 years ago

2 answers
68 views
0
Errno::EADDRNOTAVAIL when you hit api from Rails on Docker

I want to get a response to book information by tapping Google books api from Rails' Book modelweb_1|Errno::EADDRNOTAVAIL (Failed to open TCP connection to:80 (Address not available-connect(2) for nil...


1 answers
81 views
0
Retrieving data across multiple pages in the API in Python

I want to frame the JSON I got from the API in PythonContinued with With the code below, the same page will be removed even if i looped with numbers.Is there any way to avoid this?Or is it not support...

2 years ago

1 answers
97 views
0
How do I extract specific items from csv data and send them in the Gmail body (message)?

The code may be different for what you want to do in the first place, but The image is as follows.csv data imagename,age,sex,tel,...with open('sample.csv') asf:# csc file specifiedreader=csv.reader(f)...

2 years ago

1 answers
169 views
0
I want to use Google vision api for images on the web, not local.

I would like to use Google vision api to ocr images on the web.Image Path = test.jpgLocal data such as can be read.Image Path = https://example.com/test.jpgIf so, it will be an error occurs.I would li...


1 answers
119 views
0
I can't google authentication with Android app

I am creating an Android app using Firebase.If you want to use Firebase, you should do Google authentication and then Firebase authentication.GoogleSignInResult.isSuccess() from the source below retur...


1 answers
96 views
0
About getting events on YouTube

Is it possible to get events such as play and pause of videos on YouTube?If it's an embedded video, it's possible to retrieve it using the API, but If I can get an event on the official website of You...

2 years ago

1 answers
55 views
0
How do I create buttons in the infowind on the marker with Google Maps api V3?

I am creating a web application on Google map api.I'm thinking of developing an app that allows me to search within a certain range in the place library and create my own directions by searching for r...

« - 16 - »

© 2024 OneMinuteCode. All rights reserved.