Questions related to integration with Google's cloud storage service or interacting with Google Drive files programmatically, via the Google Drive API, Google Drive SDK, or Google Apps Script.
We have a google corporate account and need to transfer ALL of a user's google drive files to another account …
google-drive-api file-permissions google-api-java-client file-sharingI am developing the application where I am integrating the Google Drive in my App. Below is my code which …
android google-drive-apiI have a google drive video file (like https://drive.google.com/file/d/FILE_ID/view) and I want …
php google-drive-api streaming playbackI followed again THIS TUTORIAL to upload a file on Google Drive with php, directly from my REMOTE SERVER: so …
php google-api google-drive-api google-api-php-clientI am using the Storage Access Framework for android 4.4 and opening the file picker. Everything works except when choosing a …
android google-drive-api storage-access-frameworkI feel like a total noob posting here. I know CSS, HTML, and XML pretty well but have always avoided …
google-apps-script google-drive-api google-docs google-docs-apiI am trying to automate the GoogleAuth process when using the pydrive library (https://pypi.python.org/pypi/PyDrive). I've …
python google-api cloud google-drive-api pydriveI'm not a programmer, just a regular user of Google Drive. I want to see if the files are uploaded …
md5 google-drive-api checksumI tried to follow tutorial: https://developers.google.com/android/guides/http-auth. Code: token = GoogleAuthUtil.getToken(getApplicationContext(), mEmail, mScope); Manifest: &…
android google-drive-api google-play-servicesI tried running the quickstart-sample, and this dependency: <dependency> <groupId>com.google.apis</groupId> &…
java google-drive-api google-api-java-client