Google Drive actions

It would be nice to have a set of google drive related actions to allow:

  • list a folder content
  • upload a file or a set of files
  • download some files
  • delete files
  • import & export files
  • retrieve information from files/folders
  • etc.

For now I’m using gdrive, an open source Google drive API cli utility, but it would be better to have a FinalBuilder native support :slight_smile:

BR

It’s on the todo list. We looked into this a few years ago but had issues with authentication. I had a quick look today and it looks like we may be able to get past those issues now, but I can’t say for sure until we try it.

I can’t give an ETA at this stage, we have a lot of work going on and the team is fully tasked with a lot in the queue.

Hi,

Any news or feedback about this feature?

A good action could be also to get a link to a folder in order to share it by email once the build process has finished

Very happy to know it’s on the todo list :slight_smile:

Kind regards

It’s on the todo list, but no progress so far, we have limited resources so it does take time to get though features. We’re working hard on FB9 and once all the IDE and core work is done we’ll be focusing on actions.

Thanks for the feedback :slight_smile:

Hello. Any news related to this feature? Regards

Hello. No news and no replies? I’m receiving emails about renewals but no replies about questions in the forum :frowning:

Apologies for the slow reply - been out of the office a lot lately dealing with a family medical emergency.

Sadly we are no further along with google drive support - it is still planned and we are currently researching it - authentication is the major stumbling block as oauth is not ideal for our usage.

Sorry for your family emergency. I hope everything is well.

Thanks for the feedback

Thanks.

I spent this morning re-familiarising myself with google drive api’s - and sadly I am no closer to figuring out a way forward.

The issue is that oauth2 requires some user interaction to authenticate. It’s this user interaction that is the problem, considering that a large percentage of our customers run FinalBuilder either from the windows task scheduler or from a CI server - which makes interactive authentication a non starter.

There is an option to request a refresh token - which we could store (allows for requesting a new auth token if the previous one expired) - but even refresh tokens expire - which means at some point we need to re-authenticate interactively again.

We’ll keep looking for solutions but I can’t promise anything anytime soon.