반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- SQL
- Excel
- PostgreSQL
- matplotlib
- list
- math
- PySpark
- Google Spreadsheet
- dataframe
- gas
- Google Excel
- django
- string
- c#
- GIT
- Github
- google apps script
- 파이썬
- numpy
- Mac
- Python
- array
- Kotlin
- Redshift
- Java
- Tkinter
- hive
- Apache
- PANDAS
Archives
- Today
- Total
목록getFolders (1)
달나라 노트
Google Apps Script : getFolders, getName, getId (Drive에 있는 folder list 얻기)
GAS(Google Apps Script)는 Google Apps에서 제공하는 여러 App들을 조종할 수 있는 기능을 제공합니다. 이는 단순히 GAS로 spreadsheet를 조절하는 것 뿐 아니라 gmail, google drive 등 다른 여러 가지 app들에 대한 기능도 제공합니다. 이 중 Google Drive관련 내용을 알아봅시다. Google Drive에는 파일 뿐 아니라 파일들을 담을 수 있는 폴더가 존재합니다. 이 폴더는 폴더별로 이름이 있으며, 각 폴더별로 고유의 ID가 존재합니다. ID는 숫자와 알파벳 대/소문자의 조합으로 이뤄져있고 예를 들면 1A93JSOWM-3Mi1pd_ei10dkamfg 이런식으로 이뤄져있습니다. function myFunction() { var folders =..
Google Apps Script
2022. 11. 21. 20:27