Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Dewey.authentication :client, :email => 'your-email', :password => 'your-pass'
  2.  
  3. id = Dewey.put(File.new('example.txt'), 'My Second Upload')
  4. puts id # => in my case returned: document:1DDxIGsmK3wIJpdJC-qGK4y-R8onzDrBPm89y7BbO_Zg
  5.  
  6. original = Dewey.get(id)
  7. puts original.inspect # => nil
Add Comment
Please, Sign In to add comment