Skip to content

Commit

Permalink
Avoid using file external and reference to OneDrive files because the…
Browse files Browse the repository at this point in the history
…y require login
  • Loading branch information
weilai-irl committed Nov 27, 2024
1 parent d65c9fc commit b44edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/office365/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ protected function contents_api_response_to_list($response, $path, $clienttype,
* @return int
*/
public function supported_returntypes() {
return FILE_INTERNAL | FILE_EXTERNAL | FILE_REFERENCE;
return FILE_INTERNAL;
}

/**
Expand Down

0 comments on commit b44edef

Please sign in to comment.