Skip to content

Google Drive Support #654

@Xuanwo

Description

@Xuanwo

Some notes about google drive API:

OpenDAL requires a path-based API, but google drive located files via its internal id. So we need to maintain:

  • a convert util function that converts a given path to id.
  • maintain an internal cache for the path -> id mapping, so we don't need to send requests every time.

API references: https://developers.google.com/drive/api/v3/reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions