You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the Drive API to set permissions for documents created through GDataDB, so they can be shared with personal accounts and thus opened with the Drive web UI.
The text was updated successfully, but these errors were encountered:
var request = _requestFactory.CreateRequest();
request.Headers.Set("Content-Type", "application/json");
var data = JsonConvert.SerializeObject(new {
role = role,
type = type,
value = email
});
request.UploadString(string.Format("https://www.googleapis.com/drive/v2/files/{0}/permissions", this._id), data);
Use the Drive API to set permissions for documents created through GDataDB, so they can be shared with personal accounts and thus opened with the Drive web UI.
The text was updated successfully, but these errors were encountered: