Copy box folder using the API in Google Apps Script

New post

Comments

1 comment

  • Kourtney

     The error I'm seeing on the backend for this 400 is: 

    Invalid input: Array
    (
     [new_parent_folder] => Array
     (
     [object_not_found] => Array
     (
     [folder_id] => 
     )
    
     [required] => 1
     )
    
    )

    It seems like there's something wrong with the structure of your data variable since it's not receiving the new parent ID where you'd like the folder moved correctly when converted to JSON. 

    0
    Comment actions Permalink

Please sign in to leave a comment.