This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Create folder inside a drive #221
Answered
by
jnsougata
SaketMunda
asked this question in
Help
-
|
is that possible to create folder inside an existing deta drive through Python ? |
Beta Was this translation helpful? Give feedback.
Answered by
jnsougata
May 26, 2022
Replies: 1 comment
-
|
yes it's possible... just add folder name with file name while uploading a file. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SaketMunda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes it's possible... just add folder name with file name while uploading a file.
for example if your file name is
sample.pngand folder name istestthen during file upload you have to put file nametest/sample.pngif
testfolder doesn't exist it will be created automatically or if it is already there in the drive thesample.pngwill be saved inside itnote: an empty folder can not be created