Obj export Macro error

This Macro used to work correctly in R7.
For the WIP I only changed the path as this is on a new computer.
But I can’t get it to work… Has there been a change in the way the Obj export works?
[I don’t get any error massage, it’s just don’t export.

! -Export Pause GeometryOnly=Yes SaveTextures=Yes SaveNotes=No “/Users/akashlotan/Library/CloudStorage/Dropbox/Mac (2)/Documents/Zbrush Work/FromRhino.obj” VertexWelding=Welded YUp=Yes Enter DetailedOptions AdvancedOptions Angle=0 AspectRatio=6 Distance=0.0005 Density=1.0 Grid=0 MaxEdgeLength=0 MinEdgeLength=0.0001 EnterEnd

This is what I get in the command history:

Command: -Export
Height. Press Enter to use widthPause
Save file name ( Version=8 SaveSmall=No GeometryOnly=No SaveTextures=Yes SaveNotes=No SavePlugInData=Yes Browse )GeometryOnly=Yes
Save file name ( Version=8 SaveSmall=No GeometryOnly=Yes SaveTextures=Yes SaveNotes=No SavePlugInData=Yes Browse )SaveTextures=Yes
Save file name ( Version=8 SaveSmall=No GeometryOnly=Yes SaveTextures=Yes SaveNotes=No SavePlugInData=Yes Browse )SaveNotes=No
Save file name ( Version=8 SaveSmall=No GeometryOnly=Yes SaveTextures=Yes SaveNotes=No SavePlugInData=Yes Browse )“/Users/akashlotan/Library/CloudStorage/Dropbox/Mac

At the end of the command history, it looks like part of the path is missing…? Would that be the reason the Macro doesn’t work? [and how to fix that?]

thanks a lot
Akash

Are you certain you transcribed the macro EXACTLY from your R7 computer? If you notice the command history shows that the macro stopped at the space in the file path. Is the original macro one that you wrote or one you received from elsewhere? You might want to review your rewrite against the macro instructions in the help. This advice is from a user who doesn’t write macros very often but hope it helps.

Well… copy paste so yes it’s as it was working in R7. The path is changed [but the same path works correctly for the direct Import Macro…

I did experimented with removing gaps, that helped the command history to register the whole path, But it created an error massage in Rhino [unable to find the path]

I believe things has changed in the way Obj export works, and I don’t know how to adjust the Macro to these changes.