Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. https://www.googleapis.com/drive/v2/files/{FILE_ID}/permissions?key={YOUR_API_KEY}
  2. {
  3. "role": "writer",
  4. "type": "anyone",
  5. "withLink": true
  6. }
  7.  
  8. https://www.googleapis.com/drive/v2/files/{FILE_ID}/permissions?key={YOUR_API_KEY}
  9. {
  10. "role": "writer",
  11. "type": "user",
  12. "value": "******@outlook.com"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement