# 구글 문서를 가져올 때 오류가 발생해요

구공통구글 Sheets(스프레드시트), Docs(워드 프로세싱), Slides(프레젠테이션)을 바티로 가져올 때 오류가 발생한다면 아래 내용을 확인해주세요.

## 구글 문서 권한별 기능 지원

자신이 만든 문서(소유자)일 때는 가져오기, 편집에 제한이 없어요.\
하지만 **타인이 만든 문서(공유 문서)**&#xC77C; 때는 **특정 그룹 허용이나 링크가 있는 모든 사용자**로 **접근 허용**이 되어야 합니다.\
또한, 타인이 만든 문서는 접근 허용을 받아도 **반드시 링크로 접속해 한 번 이상 열어본 문서**여야 해요.

<table><thead><tr><th width="115" align="center">문서 타입</th><th width="186" align="center">액세스 권한</th><th width="110" align="center">가져오기</th><th width="104" align="center">편집하기</th><th>비고</th></tr></thead><tbody><tr><td align="center"><strong>공통</strong></td><td align="center">소유자</td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center"><strong>Sheets(스프레드시트</strong>)</td><td align="center"><p>특정 그룹  허용</p><p>/링크가 있는 모든 사용자(뷰어/댓글/편집자)</p></td><td align="center">✅</td><td align="center">✅</td><td>반드시 한 번 이상 링크로 접속해 열어본 문서여야 함</td></tr><tr><td align="center"><strong>Docs(워드 프로세싱)</strong></td><td align="center"><p>특정 그룹  허용</p><p>/링크가 있는 모든 사용자(뷰어/댓글)</p></td><td align="center">✅</td><td align="center">❌</td><td>가져오기만 가능, 편집 불가,<br>반드시 한 번 이상 링크로 접속해 열어본 문서여야 함</td></tr><tr><td align="center"><strong>Docs(워드 프로세싱)</strong></td><td align="center"><p>특정 그룹  허용</p><p>/링크가 있는 모든 사용자(편집자)</p></td><td align="center">✅</td><td align="center">✅</td><td>반드시 한 번 이상 링크로 접속해 열어본 문서여야 함</td></tr><tr><td align="center"><strong>Slides(프레젠테이션)</strong></td><td align="center"><p>특정 그룹  허용</p><p>/링크가 있는 모든 사용자(뷰어/댓글)</p></td><td align="center">✅</td><td align="center">❌</td><td>가져오기만 가능, 편집 불가,<br>반드시 한 번 이상 링크로 접속해 열어본 문서여야 함</td></tr><tr><td align="center"><strong>Slides(프레젠테이션)</strong></td><td align="center"><p>특정 그룹  허용</p><p>/링크가 있는 모든 사용자(편집자)</p></td><td align="center">✅</td><td align="center">✅</td><td>반드시 한 번 이상 링크로 접속해 열어본 문서여야 함</td></tr></tbody></table>

### 구글 Sheets(스프레드시트)를 가져올 때 오류가 발생한다면?

* **시트 내 수식 오류 확인**
  * 시트에 #ERROR! 등 수식 오류가 있으면 가져오기가 안 될 수 있어요
  * 원본 문서에서 모든 수식 오류 수정 후 다시 시도해주세요
* **큰 데이터 확인**
  * 매우 큰 데이터셋의 경우 가져오기 시간이 오래 걸릴 수 있어요
  * 필요한 데이터만 선택하여 별도 스프레드시트로 만든 다음 가져와보세요


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.bati.ai/service/faq/function/google-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
