You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the support for Google API support is extremely limited and slow from the server-side implementation. The flow of requests, following the current implementation, resembles the following:
User requests to view Google Drive files
User permits BrowseEverything to access Google Drive files over OAuth2
Rails server (via BrowseEverything) requests a page of all Google Drive files
If this is does not retrieve all files, the requests are continuously sent
If the results need to be filtered (in some cases they may need to be), more requests will also be sent
The Rails server provides, in the response, JSON-API transformed resources
Rather than using the Rails API to support asynchronous, JavaScript-driven file browsing, I would like to propose that we instead use https://developers.google.com/picker/
The text was updated successfully, but these errors were encountered:
jrgriffiniii as a test for an automated maintenance task, this issue is being labeled as stale due to its age. Should you wish to reclassify this as a prioritized issue, please contact @jrgriffiniii for assistance. Thank you for your patience.
Currently the support for Google API support is extremely limited and slow from the server-side implementation. The flow of requests, following the current implementation, resembles the following:
Rather than using the Rails API to support asynchronous, JavaScript-driven file browsing, I would like to propose that we instead use https://developers.google.com/picker/
The text was updated successfully, but these errors were encountered: