Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
995
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. 1. Set up cloud services

  2.  
  3. * GOOGLE

  4. * Prepare a Google account (e.g at the moment we’re using this one: username: xxx -  password: xxx) 

  5. * Go to https://console.developers.google.com 

  6. * You can use the same Google Application Project (above)

  7. * Click Enable API

  8. * Enable the Drive and Picker APIs

  9. * Choose tab “Credentials” 

  10. * Create an API key by selecting Create credentials > API key 

  11. * Create an OAuth client ID:

  12. * Select Create credentials > OAuth client ID

  13. * Under Application type, select Web application

  14. * set the Authorized redirect URIs to:

  15. . Development
 http://localhost:3000/_oauth/google?close (Google also supports “fake domain” e.g http://app.mylumin.com:3000/_oauth/google?close)
  16. . Staging
  17. https://staging-app.luminpdf.com/_oauth/google?close
  18. https://tools.luminpdf.com/_oauth/google?close 


  19. * Copy client ID, client secret, API Key. Enter these values in the google field of the project’s settings file:

Advertisement
Add Comment
Please, Sign In to add comment
Advertisement