Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching external files (i.e. stored on Google Drive) #209

Open
rusq opened this issue Apr 13, 2023 · 0 comments
Open

Fetching external files (i.e. stored on Google Drive) #209

rusq opened this issue Apr 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rusq
Copy link
Owner

rusq commented Apr 13, 2023

Is your feature request related to a problem? Please describe.
As per #206 the external files are skipped.

Describe the solution you'd like
Check if external files can be downloaded. Consider file size of the external file as well, maybe have a threshold beyond which the external files will be skipped.

Additional context
Some example file fields (as per #206)

files: [
{
        "id" : "F12345678",
        "name": "foo bar",
        "title": "foo bar",
        "mimetype": "application/vnd.google-apps.document",
        "image_exif_rotation": 0,
        "filetype": "gdoc",
        "pretty_type": "G Suite Document",
        "user": "USER_ID",
        "mode": "external",
        "editable": false,
        "is_external": true,
        "external_type": "gdrive",
        "size": 0,
        "url": "",
        "url_download": "",
        "url_private": "attachments/F12345678-foobar",
        "url_private_download": "attachments/F12345678-foobar",
        // thumbnails are populated
}
@rusq rusq added the enhancement New feature or request label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant