Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for shared folders #116

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

BBonnet22
Copy link

Hello, I made this PR to add a support for shared folders, in case you want to use a folder that is shared with the Google account you use.

There is the problem I encountered:
Because by default the root folder is set to root here:
$root = $this->spaces === 'appDataFolder' ? 'appDataFolder' : 'root';
The first time it tries to resolve the folders name it searches folders present in the parent root, but the shared folder is not present in it because the folder does not belong to the Google account.

@masbug masbug merged commit c18d9e4 into masbug:2.x Oct 2, 2023
@masbug
Copy link
Owner

masbug commented Oct 2, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants