python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Backend Error with Google Admin SDK Group Settings having "/" in Group Email Id/Address
i m having issues with GWS API Group Settings when group email (when use as groupUniqueId) having a "/" character as part of the email id. Python code below:
service = gws_service('groupsett...
Azmi
Votes: 0
Answers: 1
Invalid public key when trying to upload a key for a service account using Python Google API client
I am using the Google API Explorer in Python to manage service accounts and push new keys. That would be the method documented here: https://developers.google.com/resources/api-libraries/documentation...
Tanguy A.
Votes: 0
Answers: 1
Google Play Developer API - editId parameter
I'm trying to use this api from google:
https://developers.google.com/android-publisher/api-ref/rest/v3/edits.apks/list
This endpoint requires two parameters:
packageName (Package name of the app)
ed...
O.S.Kaya
Votes: 0
Answers: 1
Google Photo API not returning photos for current date
I'm trying to get photos uploaded to google photos. API does not return photos uploaded on current (today) date.
Original code is written in C#. To isolate the issue I also tried using 'Try this API' ...
Durgesh
Votes: 0
Answers: 0