Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
594 views

I'm working on an android app that interfaces with a google sheet. I was following the api documentation for writing values to certain cells but I'm getting this error here: Caused by: java.io....
Elliot Scher's user avatar
-1 votes
1 answer
788 views

I making an app using google drive to store files for user to their google drive I followed google developer guide in https://developers.google.com/drive/api/guides/about-sdk and when i press the ...
Arash Torkaman's user avatar
0 votes
1 answer
418 views

I am trying to upload a local file to a specified folder in Google Drive using REST API from android app, the file is uploading in the root directory but not uploading in the specified folder. No ...
Mahesh Ambekar's user avatar
1 vote
0 answers
700 views

I'm trying to set up Push Notifications for Google Calendar using Kotlin and V3 api. This is my class that contains functions for CRUD operations with events: import com.google.api.client.auth.oauth2....
Стоян Тинчев's user avatar
1 vote
1 answer
779 views

I try to create file in google drive app specific folder. I create OAuth 2.0 Client IDs in google developer and enable drive api and also add scopes in OAuth consent screen. App is successful sign in ...
Dishant Patel's user avatar
2 votes
0 answers
232 views

I have an Android app that I am trying to (re)implement Google Drive access for. The method I'm following is Google's migration guide to the update REST API here. I have my consent page set up ...
KT_'s user avatar
  • 1,065
1 vote
1 answer
779 views

I have a simple Google Cloud Endpoint that is called from my Android app. It has been working like a charm for quite a long time. Recently, I have updated Android Studio, Gradle plugin, and the build....
Daniel Muñoz Gil's user avatar
0 votes
1 answer
1k views

I have the following code: package com.example.bluelightlite.modules import android.content.Context import android.os.AsyncTask import com.example.bluelightlite.builders.ServiceBuilder import com....
Marc Freeman's user avatar
2 votes
2 answers
2k views

I am trying to use Google APIs Client Library for Java to get information about user's subscriptions purchased in my android app. Then I got this error: { "code" : 401, "errors" : [ { "...
Nand Kishor Patidar's user avatar
3 votes
1 answer
990 views

description: I want to get result from direction api using Java Client for Google Maps Services.But when i click onInfoWindoclickthen i got FATAL EXCEPTION: Rate Limited Dispatcher error on my ...
Rabbi hasan's user avatar
61 votes
5 answers
27k views

We do not use any Google Play Developer APIs explicitly, yet we are receiving the following warning: Is this related to https://developer.android.com/google/play/billing/billing_library_releases_notes ...
Cheok Yan Cheng's user avatar
4 votes
0 answers
470 views

I'm using an API key for some Google Cloud services but the problem is the following: if I use the "app restriction" displayed in the Google Cloud console, my Android application losses access, and ...
Vento's user avatar
  • 155
12 votes
1 answer
4k views

I have the follow object HttpTransport t = AndroidHttp.newCompatibleTransport(); but whole AndroidHttp class (com.google.api.client.extensions.android.http.AndroidHttp) is marked as deprecated. I ...
AndreaF's user avatar
  • 12.5k
1 vote
2 answers
149 views

I have a Google API java client model class as: public final class AccountProviders extends com.google.api.client.json.GenericJson with a parameter lastSyncTime as : /** * @return value or {@...
Rahul Tiwari's user avatar
  • 7,008
0 votes
1 answer
53 views

I'm working on payment library and I want to make sure all of the receiving requests in back-end is from my library. how can i do this by Google apps? Any help will be appreciated.
Milad Bahmanabadi's user avatar

15 30 50 per page
1
2 3 4 5
17