0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 15, 2024 — Jul 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typo More... about 7 years ago
update links in README More... almost 8 years ago
update google drive links More... almost 8 years ago
move doxygen page link to github.io from dropbox More... almost 8 years ago
rename document dir for github page More... almost 8 years ago
doxygen build result More... almost 8 years ago
Merge pull request #17 from if1live/feature/custom-scope More... over 8 years ago
Customizable scope. If user didn't assign new scope, use default scope (drive.file, userinfo.email, drive.appdata) More... over 8 years ago
Merge pull request #12 from normmcgarry/master More... over 8 years ago
Fixes an iOS bug when building with Unity 5.4.0b22 ```Type '[Assembly-CSharp]WebViewObject' has an extra field 'token' of type 'System.String' in the player and thus can't be serialized Type '[Assembly-CSharp]WebViewObject' has an extra field 'cancelled' of type 'System.Boolean' in the player and thus can't be serialized Fields serialized in Editor, class 'WebViewObject' Fields serialized in target platform, class 'WebViewObject' 'token' of type 'System.String' 'cancelled' of type 'System.Boolean'``` More... about 9 years ago
Merge pull request #8 from Ragzouken/patch-1 More... about 9 years ago
auth fix from https://github.com/midworld/unity-googledrive/issues/7 More... over 9 years ago
Support HTTP/1.0 More... about 12 years ago
README More... about 12 years ago
license file. More... about 12 years ago
Google API license file. More... about 12 years ago
Ionic.Zlib license. More... about 12 years ago
Not necessary. More... about 12 years ago
예제 오류 정정 More... about 12 years ago
데모 다운로드 링크 추가 More... about 12 years ago
폰트 제거 More... about 12 years ago
UNITY_STANDALONE 가 제대로 안 되네 More... about 12 years ago
주석 및 예제 More... about 12 years ago
스크린 샷 두 개 추가 More... about 12 years ago
아이콘 및 스토어 화면 More... about 12 years ago
트리뷰 켰음. 그런데 확인해 보니 <example>이 제대로 안 됨. 고칠 것 More... about 12 years ago
doxygen 설정 More... about 12 years ago
HTTP 로그 찍을 때 gzip 압축 해제 안 하고 cachedText에 utf8 디코딩 하는 문제가 있었음 More... about 12 years ago
iOS WebViewObject 코드를 iOS 빌드할 때만 나오도록 함 (그리고 iOS 빌드를 위해 현재 Stripping Level이 Strip By Code로 되어있음. 안드로이드는 micro로 써도 됨.) More... about 12 years ago
iOS에서도 작동함. 대부분의 루틴을 데스크탑과 공유하여 매우 편리함. 예전 GTLDrive 라이브러리는 모두 걷어내고 직접 WebView를 이용해 Installed App 형식으로 인증을 받았음. More... about 12 years ago