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

Google Doc #83

Open
Tracked by #64 ...
radhay-1199 opened this issue Jan 8, 2023 · 3 comments
Open
Tracked by #64 ...

Google Doc #83

radhay-1199 opened this issue Jan 8, 2023 · 3 comments
Labels

Comments

@radhay-1199
Copy link
Collaborator

radhay-1199 commented Jan 8, 2023

  • Create one module for doc generator service which takesGoogle Doc Id as input parameter (google doc should have doc generator user permission for fetching doc or should be shared with doc generator user) and then it fetches google doc via google drive apis converts the final doc to any of the available formats for output available (section 7.3 here) in service.
@radhay-1199 radhay-1199 mentioned this issue Jan 8, 2023
46 tasks
@Gupta-Aryaman
Copy link

Could you please give a bit more info about the issue?

@radhay-1199
Copy link
Collaborator Author

radhay-1199 commented May 14, 2023

@Gupta-Aryaman doc generator is basically a service that can have multiple options to convert any doc to any available formats in the service.

    Input                  Doc Generator              Output
  +---------------+       +----------------+       +---------------+
  |Google Doc ID  |       |Doc Generator   |       |Output Plugins |
  |               |       |Service         |       |               |
  |               +------>|                +------>|               |
  |               |       |                |       |               |
  +---------------+       +----------------+       +---------------+

The goal of this ticket is to create support for taking Google Doc Id as one of the input formats and then convert it to any of the available output formats in doc generator. The user will have to share this doc/google drive permission with doc generator app which can happen via oauth and then doc generator can download this file form users drive.

A google doc id looks like below highlighted part

image

@Gupta-Aryaman
Copy link

Thank you, looking into it

@AnshulMalik AnshulMalik mentioned this issue May 21, 2023
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants