일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- vtk
- google drive upload
- libopencv-dev
- opengl
- 아두이노 설치
- 고정ip할당
- esp32
- vi
- sshkey
- apt update
- opencv resize
- google drive 업로드
- vim
- ubuntu
- NodeMCU
- 우분투 opencv 설치
- Python
- Winform
- 아두이노
- opencv
- api사용해서 google drive에 폴더만들기
- translation
- 정보처리기사
- vim명령어
- rotation
- 정보처리기사후기
- opencv apt설치
- annotating
- Google Drive API
- c#
- Today
- Total
목록c# (4)
내가 보려고 만든 블로그
데이터 그리드뷰에 작은 화살표에서 우클릭해서 열편집 동작> sortMode >NotSortable 로 변경함 미들센터로 폰트를 정함 > 센터로 감.
https://console.cloud.google.com/apis/ Google 클라우드 플랫폼 로그인 Google 클라우드 플랫폼으로 이동 accounts.google.com https://www.youtube.com/watch?v=1y0-IfRW114 이 동영상보고 oauth계정만드는 부분만 따라했다. 코드부분은 내가 c#을 쓰기때문에 따라하지않았음. api코드 설정하는건 이렇게 했다. private static DriveService GetService() { var tokenResponse = new TokenResponse { AccessToken = "엑세스토큰", RefreshToken = "리플레시 토큰", }; var applicationName = "프로젝트이름"; // Use the..
https://www.daimto.com/upload-file-to-google-drive/ Upload file to Google drive Are you working on an application where you would like to upload a file to Google drive. There are some changes from google drive v2 to the new Google drive v3 and a lot of the samples out there for v2 wont work for the new Google drive API v3. www.daimto.com 보고 따라함.. winform에서 실행하는거라서 코드 변경 함. https://www.youtube.co..