Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. project_id = "wearabe6a"
  2. key_file = "service-account.json"
  3. storage = Google::Cloud::Storage.new project: project_id, keyfile: key_file
  4. bucket = storage.bucket "wearableeo.appspot.com"
  5. file = bucket.file file_name
  6.  
  7. file.signed_url
Add Comment
Please, Sign In to add comment