Re: [External] Re: Google Drive iIntegration

2022-06-10 Thread Miklos Vajna
Hi John,

[ Please don't drop the CC. ]

On Thu, Jun 09, 2022 at 06:45:01AM +, "Casagrande, John" 
 wrote:
> Thanks for the information. Can you point me to any documentation or source 
> code that would provide details on how to implement access?
> 
> For example, do you know what file I may be able to look at in the LO GitHub 
> source code where libcmis is used?

I believe the entry point for the glue code between LO and libcmis is
,
but please do consider the points from Cloph in this thread, this
approach may not be as useful as you would first think.

Regards,

Miklos


Re: Google Drive iIntegration

2022-06-09 Thread Christian Lohmaier
Hi *,

On Thu, Jun 9, 2022 at 8:19 AM Miklos Vajna  wrote:
>
> On Wed, Jun 08, 2022 at 09:44:36AM -0700, John Casagrande 
>  wrote:
> > I am trying to understand what libraries or code is used to integrate
> > my Google Online account, Google Drive folders, in the File Open menu
> > of Writer.
>
> LibreOffice depends on libcmis from  to
> integrate with google drive.

However since the changes in authentication imposed by google, libcmis
is merely used for the purpose of having a unified model across
different online services. Authentication is handled by LO now, and
that will have to change again since Google will fade out and
ultimately disable the copy'n'paste method.

TDF didn't apply for the advanced privileges yet (never would be
approved with the copy'n'paste method), so access is limited to files
you create with LibreOffice/are explicitly shared with LibreOffice.

> > I am unclear on why some apps show the Network shares like OWriter,
> > while others like VScode do not. Is this configuration issue or an
> > underlying lack of feature inclusion in VS Code?
>
> I bet VS Code is not using libcmis.

Yep, most definitely not :-)

ciao
Christian


Re: Google Drive iIntegration

2022-06-09 Thread Miklos Vajna
Hi,

On Wed, Jun 08, 2022 at 09:44:36AM -0700, John Casagrande 
 wrote:
> I am trying to understand what libraries or code is used to integrate
> my Google Online account, Google Drive folders, in the File Open menu
> of Writer.

LibreOffice depends on libcmis from  to
integrate with google drive.

> I am unclear on why some apps show the Network shares like OWriter,
> while others like VScode do not. Is this configuration issue or an
> underlying lack of feature inclusion in VS Code?

I bet VS Code is not using libcmis.

Regards,

Miklos


Google Drive iIntegration

2022-06-08 Thread John Casagrande
I am trying to understand what libraries or code is used to integrate my Google 
Online account, Google Drive folders, in the File Open menu of Writer.

I am using Ubuntu 22.04 LTS Desktop version. 

I am unclear on why some apps show the Network shares like OWriter, while 
others like VScode do not. Is this configuration issue or an underlying lack of 
feature inclusion in VS Code?

Thanks