python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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
Credentials in GoogleCalendar API with service account (Java)
Right now I need to implement an app to create some google-calendar events but for a service account. I saw examples in docs that create events using AuthorizationCodeInstalledApp (or similar) to crea...
osantos
Votes: 0
Answers: 1
java google drive API unable to download binary file
I have working code to list the files in my Google Drive folder containing binary files but I'm getting an error when trying to download:
GET https://www.googleapis.com/download/drive/v3/files/1udFizf...
user2395365
Votes: 0
Answers: 1
Perform Multipart upload in GCS in JAVA
I have a file of more than 1GB and want to upload it to Google cloud storage in chunks by using the client library for JAVA. I was able to find multipart upload functions in AWS as well as for AliClou...
Atharva
Votes: 0
Answers: 1