Skip to main content

The documentation is not entirely clear here for how to upload files to a ACC store using the AutodeskDocsConnector.

I seem to be able to upload folders..However when i try to upload files i get an FME rejection message that says. Any ideas?

'NoneType' object has no attribute 'status'

AutodeskDocsConnector

 

 

Hi ​@bkanther,

I’ve tried reproducing your issue by reading multiple files in from a folder using the Directory and Path reader.  In my case, I’ve filtered for just path_type = file to focus in on the problem with uploading files like so:

I noticed that you have an AttributeCreator.  Are you feeding the attribute you’ve set in the AttributeCreator in the AutodeskDocsConnector? For reference, these are my AutodeskDocsConnector settings:

 

If you are trying to upload both folders and files, you’ll have to use two AutodeskDocsConnectors--one with the Upload parameter set to File and the other set to Folder.

Could you possibly share:

  • your logfile
  • workspace
  • and/or screenshots of your transformer parameters?

If you can’t share them here, feel free to create a support case with us.  Happy to help!


Could you also share which version of FME you’re using?


Reply