You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Making oneDrive work on RN
This commit is contained in:
@ -5,8 +5,10 @@ import { OneDriveApi } from 'lib/onedrive-api.js';
|
||||
|
||||
class FileApiDriverOneDrive {
|
||||
|
||||
constructor(clientId, clientSecret) {
|
||||
this.api_ = new OneDriveApi(clientId, clientSecret);
|
||||
//constructor(clientId, clientSecret) {
|
||||
constructor(api) {
|
||||
this.api_ = api;
|
||||
//this.api_ = new OneDriveApi(clientId, clientSecret);
|
||||
}
|
||||
|
||||
api() {
|
||||
|
Reference in New Issue
Block a user