ni / labview-gdrive

LabVIEW wrapper for the .NET Google Drive API
MIT License
10 stars 11 forks source link

Adding file to folder #10

Open DavBrom opened 6 years ago

DavBrom commented 6 years ago

Hi

I believe I have been trying the right process, e.g. placing a file ID (string) as a parent for a file I am trying to upload but it will not work.

The examples on the reference files say that the parent field is a string but the only option within the Gdrive files is to add a reference into the parent file which is a list.

I have tried everything to try and convert the ID to a reference that it will accept but nothing works.

Has anyone tried this, has anyone got it to work?

Dave

thatthon commented 4 years ago

This is modified VI from the original uploadfile.vi that convert "Folder ID" in array of string to .net list that Gdrive api support.

pic1