samvera-labs / nurax-pre2023

Vanilla-plus Hyrax app for testing and tire-kicking
https://nurax-dev.curationexperts.com
Other
8 stars 18 forks source link

Dropbox prompts you to add code to Nurax when selecting 'add cloud files' #230

Open gamontoya opened 6 years ago

gamontoya commented 6 years ago

Reporting for

Descriptive summary

When trying to add files via Dropbox, Dropbox makes an API request authorization. Clicking Allow takes you to another page that prompts you to add code to Nurax to finish the process. Can't proceed from here.

Steps to reproduce the behavior

  1. Create new Work
  2. Select Files
  3. Add cloud files
  4. Source: Dropbox
  5. Connect to Dropbox

Dropbox Screenshots

dropbox1

dropbox2

dropbox

mbklein commented 6 years ago

Dropbox seems to think Nurax is a console app. I'm not sure whether this is set at the app level (in the Dropbox developer console) or whether it's part of the auth string Nurax sends to Dropbox. I will look into it.

julesies commented 6 years ago

@mbklein thanks! I have the creds to look at the dropbox dev settings for nurax. if that helps.

mbklein commented 6 years ago

api request authorization - dropbox 2018-03-13 11-50-05

There's the problem right there. browse-everything seems to be asking for the wrong type of response. I'll check it out.