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
This follows samvera-deprecated/browse-everything-redux-react#27, as this would ensure that the Rails server mounting BrowseEverything is no longer involved in mediating asynchronous requests to the Google Drive API.
The text was updated successfully, but these errors were encountered:
I've been advancing this on a branch, and I do have this so that currently one is able to browse the contents of one's own Google Drive:
There are two possible problems which I've encountered thus far:
http://localhost:3001cannot be used as a whitelisted origin for the Google Picker API. I have no idea why this is the case, but unless this is somehow related to my own account settings (I don't recall ever having used 3001 on any test applications before, but I may just not be remembering these cases correctly), then we may need to have the UI default to 3333 or something more obscure.
Also, as one can see, the Picker UI is a modal dialogue. I have no strong opinions on this, but the penalty from a design standpoint is there.
However, there are improvements I would like to introduce to the React UI, along with integration testing I would like to undertake with https://github.com/pulibrary/figgy
This follows samvera-deprecated/browse-everything-redux-react#27, as this would ensure that the Rails server mounting BrowseEverything is no longer involved in mediating asynchronous requests to the Google Drive API.
The text was updated successfully, but these errors were encountered: