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)
Google API: java.lang.ClassNotFoundException: Didn't find class "sun.misc.Service"
I've imported all necessary google dependencies for authenticate the user:
def play_services_version = "15.0.1"
implementation 'com.google.api-client:google-api-client:1.33.0'
implementation...
![test-img](https://lh5.googleusercontent.com/-ws6iWZubiWA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucm5anubURyEHCxwLYZ-mzUUR0XT-Q/s96-c/photo.jpg?sz=256)
Funny Moments
Votes: 0
Answers: 2
Google Drive setup push notifications
We want to receive notifications from google when we do anychange(Add,Edit OR Delete) on google drive folder for these purpose we have integrated google watch api in our spring boot application.
code ...
Atul Gupta
Votes: 0
Answers: 2
Google Drive Files/Spreadsheets REST API: How to avoid delay when tracking file changes?
I have an application where I need to keep local copies of some of my user's Google Spreadsheets, and this copy should be in sync with the Google Drive version. I've been testing two methods of tracki...
Davi Doro
Votes: 0
Answers: 1
java.io.FileNotFoundException in Android accessing files on Google Drive
I tried to read the csv file inside Google Drive through the link. But it's accessible or impossible. If it return the requestCode, it will also return '200', but in most cases it will return '403'. ...
Kayla
Votes: 0
Answers: 1