Fix owned upload files as a team
This commit is contained in:
@@ -112,8 +112,7 @@ define([
|
||||
};
|
||||
common.getEdPublic = function (teamId, cb) {
|
||||
postMessage("GET", {
|
||||
teamId: teamId,
|
||||
key: ['edPublic']
|
||||
key: teamId ? ['teams', teamId, 'keys', 'drive', 'edPublic'] : ['edPublic']
|
||||
}, function (obj) {
|
||||
cb(obj);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user