반응형
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
- django
- Excel
- hive
- google apps script
- c#
- Redshift
- Mac
- string
- math
- Python
- gas
- array
- GIT
- Java
- SQL
- dataframe
- Tkinter
- Apache
- matplotlib
- Google Excel
- PySpark
- PANDAS
- Kotlin
- Google Spreadsheet
- 파이썬
- PostgreSQL
- numpy
- list
- Github
Archives
- Today
- Total
목록getFoldersByName (1)
달나라 노트
Google Apps Script : getFolderById, getFoldersByName (Folder 정보 얻기, Folder 객체 얻기.)
Google Apps Script에서 폴더 정보를 얻어주는 method는 두 가지가 있습니다. getFolderById()와 getFoldersByName() 입니다. Syntax DriveApp.getFolderById(folder_id) DriveApp.getFoldersByName(folder_name) getFolderById()는 말그대로 folder의 고유 ID를 통해 해당 folder의 객체를 얻어옵니다. getFoldersByName()은 folder의 이름을 통해 folder의 객체들을 얻어옵니다. 이 둘은 같을까요? 정답은 같지만 다릅니다. 위 method를 본격적으로 알아보기 전에 알아둬야 할 배경 지식이 있습니다. Google Drive에서는 폴더이건 파일이건 중복 이름이 있을 수 ..
Google Apps Script
2022. 11. 21. 20:48