Verifying Google Drive files size before downloading them

Is there any way to get the file size from Google Drive before downloading it?

My ideia is to download the files from Google Drive, but stop the workflow before it downloads if the file size is bigger than 10gb.

I’ve tried to create a Http Request node but im not sure how to fill the fields or what to expect on the output.

My output is just a TON of data info.

Hey @Gustavo_Allchini hope all is good.

Here is how you can get the size of the file without downloading it:

The returned value is in bytes.

Screenshot

1 Like

It worked, thank you so much

1 Like