Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 876 Bytes

File metadata and controls

16 lines (14 loc) · 876 Bytes

OSF Figshare Addon

Setup Figshare for development

  1. Download ngrok (free, but signup is required)
  2. GO to domains page, and create a domain (you have one free domain).
  3. Replace all later occurrences of YOUR_DOMAIN with domain created here.
  4. Run with ngrok http 5000 --domain YOUR_DOMAIN
  • this assumes you have the OSF running
  1. Go to figshare, create an account, and login
  2. Click the dropdown with your name and select Applications and click Create application
  3. Add https://YOUR_DOMAIN/api/v1/oauth/callback/figshare/ as the Callback URL
  4. Open GV admin
  • Copy the consumer_key to Client ID
  • Copy the consumer_secret to Client Secret
  • COPY https://YOUR_DOMAIN/api/v1/oauth/callback/figshare/ to redirect url