Is anyone using the google drive reader in an API?
My workflow is:
- User auths with google and I store their access_token and refresh token
- User sends some folder_ids over to the API
- I refresh credentials using the refresh token if necessary
- GoogleDriveReader attempts to download and index the documents
My problem with this process is that the google drive reader launches it's own callback process, waiting for OAuth callbacks... This means my API is launching web pages rather than just processing the data.