DriveDataRef
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
드라이브 첨부파일의 데이터에 대한 참조입니다.
JSON 표현 |
{
"driveFileId": string
} |
필드 |
driveFileId |
string
드라이브 파일의 ID입니다. Drive API와 함께 사용합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eDrive attachment data is referenced using a JSON representation.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON object contains a single field, \u003ccode\u003edriveFileId\u003c/code\u003e, which stores the drive file's ID as a string.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003edriveFileId\u003c/code\u003e can be used with the Drive API for further interactions with the file.\u003c/p\u003e\n"]]],["The JSON representation describes a drive attachment using a `driveFileId`. This `driveFileId` is a string value that uniquely identifies a file within Google Drive. It is intended for use with the Drive API to access or manage the associated file. This ID is the sole field and key piece of information needed to reference a specific drive file.\n"],null,["# DriveDataRef\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA reference to the data of a drive attachment.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"driveFileId\": string } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------|\n| `driveFileId` | `string` The ID for the drive file. Use with the Drive API. |"]]